To set up the virtual environment run the three following commands from the root directory:
py -m venv .venv
.venv/scripts/Activate.ps1
pip install -r requirements.txt
To run the project run the following command from the /src/
directory:
py -m pvz-preview