We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f09dff commit 3f16818Copy full SHA for 3f16818
run.sh
@@ -1,3 +1,3 @@
1
#!/bin/bash
2
-pip install -r requirements.txt --upgrade
3
-python3 main.py
+venv/bin/python -m pip install -r requirements.txt --upgrade
+venv/bin/python main.py
0 commit comments