fe5b3ea
1
2
3
4
5
6
python -m venv venv source venv/bin/activate # On Windows use: venv\Scripts\activate pip install -r requirements.txt python app.py