Skip to content

Latest commit

 

History

History
13 lines (13 loc) · 340 Bytes

README.md

File metadata and controls

13 lines (13 loc) · 340 Bytes

Project Setup

Virtual Environment

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

Running the Project

To run the project run the following command from the /src/ directory:

py -m pvz-preview