- Forget password
- Logs
- file .env
1 - Install all dependencies
python -m venv venv
venv\Scripts\activate.bat
pip install -r requirements.txt
2 - Execute
venv\Scripts\activate.bat
python run.py
1 - Install all dependencies
python -m venv venv
source venv/bin/activate
pip install -r requirements.txt
2 - Execute
source venv/bin/activate
python run.py
python -m flask --app main --debug run