- You will need a github account, and a basic understanding of git
- You will need python3
- You will also need the following python packages: future, heapq
- Make sure your python has tkinter (it probably does)
- If your python does not have tkinter, here is how to install it:
- On Linux run: sudo apt install python3-tk
- On MacOS, get homebrew then run: brew install python-tk
- On Windows, make sure the "tcl/tk and IDLE" checkbox is checked when installing python from the python website. Reinstalling python and checking the box is probably the easiest way to enable it.
- If your python does not have tkinter, here is how to install it:
Once you have a github account
- Go to https://github.com/jeff-hykin/420_template
- Click "Use Template -> Create a new repository" (use whatever name you like)
- Make sure to make the repository private
- Go to settings, Collaborators, Add people, and add
ioerger
, andjeff-hykin
- Then use git to clone your repository somewhere on your computer