Skip to content

jeff-hykin/420_template

Repository files navigation

Course Setup

  • 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.

Once you have a github account

  1. Go to https://github.com/jeff-hykin/420_template
  2. Click "Use Template -> Create a new repository" (use whatever name you like)

Screen Shot 2023-01-31 at 1 56 18 PM

  1. Make sure to make the repository private

Screen Shot 2023-01-31 at 1 55 32 PM

  1. Go to settings, Collaborators, Add people, and add ioerger, and jeff-hykin

Screen Shot 2023-01-31 at 1 57 38 PM

  1. Then use git to clone your repository somewhere on your computer

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published