Update the run.sh and README for using venv
This commit is contained in:
parent
cfc36d1689
commit
622e15c911
2 changed files with 4 additions and 6 deletions
3
run.sh
3
run.sh
|
@ -2,7 +2,10 @@
|
|||
set -x
|
||||
set -e
|
||||
|
||||
source .venv/bin/activate
|
||||
|
||||
while python matchy.py
|
||||
do
|
||||
git pull
|
||||
python -m pip install -r requirements.txt
|
||||
done
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue