completed project, Master branch should be submitted for grading, not any other branch.
Commands may differ for windows, these commands were ran on a unix based system
- create a new venv using
python3 -m venv ./venv/-- this creates a virtual environment in the folder venv - activate the virtual environment using the command
source ./venv/bin/activate - install all required packages using the command
pip install -r requirements.txt - run test.py using the command
python3 test.py - when finished, run the command
deactivateto stop using the virtual environment