Use python3 instead of python

This commit is contained in:
Byron Lathi
2024-08-16 23:14:35 -07:00
parent 875faf4d56
commit 0676e20727

View File

@@ -1,3 +1,3 @@
python -m venv .venv
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
pip install -r requirements.txt