Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 383 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 383 Bytes

2wf90-assignment-2

How to install

  1. open VS Code
  2. clone repository
  3. install Python extension for VS Code
  4. 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