before proceeding with installation you must install pyenv in order to use the correct version of python interpreter, and virtualenv to create virtual environments.
clone this repository in a location of your choice and navigate to the cloned directory.
git clone https://github.com/DenysSvintsylo/PP.git
open a terminal in the parent directory and run these commands.
virtualenv venv
.\venv\Scripts\activate
python -m pip install -r requirements.txt
Run this command in terminal in the parent directory in order to start the waitress server in debug mode.
python serve.py