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