File size: 100 Bytes
a36b6eb |
1 2 3 4 5 |
python -m venv env
source env/bin/activate
python -m pip install -r requirements.txt
python main.py
|
a36b6eb |
1 2 3 4 5 |
python -m venv env
source env/bin/activate
python -m pip install -r requirements.txt
python main.py
|