We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
python3 -m venv venv source venv/bin/activate pip install -r requirements.txt python3 ./app.py
CTRL+C to break. deactivate to clean up.
deactivate
python -m venv venv venv\Scripts\activate pip install -r requirements.txt python app.py