python3 -m venv venv
# On bash
source venv/bin/activate
# On PS (See: https://stackoverflow.com/questions/18713086/virtualenv-wont-activate-on-windows#comment27573120_18713086)
Set-ExecutionPolicy Unrestricted -Force -Scope CurrentUser
.\venv\Scripts\activate.ps1
pip3 install -r requirements.txt
python3 app.py
# Access it on localhost:5000
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|