Add pyenv start script (for linux only, so far)
This commit is contained in:
parent
e7f978fb43
commit
3e4f879178
1 changed files with 5 additions and 0 deletions
5
RUN_THIS_TO_SETUP_VENV.sh
Executable file
5
RUN_THIS_TO_SETUP_VENV.sh
Executable file
|
@ -0,0 +1,5 @@
|
|||
#!/usr/bin/bash
|
||||
|
||||
set -e
|
||||
source "./venv/bin/activate"
|
||||
pip install -Ur ./requirements.txt
|
Reference in a new issue