For UNIX:
python3 -m venv venv
source ./venv/bin/activate
pip install -r requirements.txt
For Windows:
python -m venv venv
./venv/Scripts/activate.bat
pip install -r requirements.txt
Create .env file (or rename the example one), and fill with the values from instruction inside
For UNIX:
set -a && source .env && set +a; clear; python app
For Windows: Think for yourselves, don't be sheep