fix run.sh

This commit is contained in:
ksemele 2022-04-23 23:07:21 +03:00
parent fc133973f1
commit 0b5067bba9
1 changed files with 1 additions and 0 deletions

1
run.sh
View File

@ -1,4 +1,5 @@
#!/bin/bash #!/bin/bash
source ./venv/bin/activate source ./venv/bin/activate
pip install -r requirements.txt
python3 app.py python3 app.py