4 lines
97 B
Bash
4 lines
97 B
Bash
python -m venv .venv
|
|
source .venv\Scripts\activate
|
|
pip install -r requirements.txt
|
|
python run.py
|