- open VS Code
- clone repository
- install Python extension for VS Code
- run
pip install -r requirements.txt
You can now start working on the assignment
Be sure to commit once you're done!!! Commiting is done by staging changes, pressing commit and syncing to github
main.py
contains a working example. You can start from there