Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyjhuang committed Nov 25, 2015
1 parent b2c2beb commit 95ddbbf
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,12 @@
Turns your degree audit list of requirements into something actually useful.

![example](/art/screenshot.png?raw=true "Example")

## How to use
1. Download courses.py to somewhere on your computer.
2. Replace the first line in courses.py to your copy and pasted list of requirements from the degree audit. Make sure that each requirement is separated by a single space.
3. Open Terminal and make sure you have Python installed (Linux and Mac users have python installed by default).
4. Navigate to where you downloaded courses.py
5. Type "courses.py >> courses".
6. Wait about 5 minutes while it does its thing. DON'T close your terminal. It may seem like it's frozen but it's not!!! This could take a while depending on your internet connection.
7. Once it's completed, open up the new courses file with the file editor of your choice.

0 comments on commit 95ddbbf

Please sign in to comment.