Skip to content

Commit 3f16818

Browse files
committed
Starting from venv
1 parent 4f09dff commit 3f16818

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

run.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/bin/bash
2-
pip install -r requirements.txt --upgrade
3-
python3 main.py
2+
venv/bin/python -m pip install -r requirements.txt --upgrade
3+
venv/bin/python main.py

0 commit comments

Comments
 (0)