Setup environment
This commit is contained in:
parent
3dbbfd54b3
commit
1f2a593e9d
5 changed files with 4 additions and 0 deletions
2
.envrc
Normal file
2
.envrc
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
export VIRTUAL_ENV=./env
|
||||||
|
export PATH=./env/bin:$PATH
|
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
env/
|
0
main.py
Normal file
0
main.py
Normal file
1
requirements.txt
Normal file
1
requirements.txt
Normal file
|
@ -0,0 +1 @@
|
||||||
|
discord.py
|
0
src/__init__.py
Normal file
0
src/__init__.py
Normal file
Loading…
Add table
Reference in a new issue