Instructions:
-
In project dir type into terminal: python -m venv .venv
-
Then activate virtual env. with according to shell used:
cmd.exe: .venv\Scripts\activate.bat
PowerShell: .venv\Scripts\Activate.ps1
-
Lastly run: pip install -r requirements.txt
-
Now your api is ready to tun with: python app.py or flask run --host=0.0.0.0