create env helper
This commit is contained in:
parent
63adeefce1
commit
291873fffe
1 changed files with 7 additions and 0 deletions
7
createenv.sh
Executable file
7
createenv.sh
Executable file
|
@ -0,0 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
pyvenv env
|
||||
|
||||
. env/bin/activate
|
||||
|
||||
pip install -r requirements.txt
|
Loading…
Add table
Add a link
Reference in a new issue