This commit is contained in:
William Brawner 2015-06-21 09:32:47 -05:00
commit 878e2dd66a

View file

@ -9,7 +9,10 @@ Python Workout Generator v0.4
### How do I get set up? ###
* Just fork the repository to a safe location on your hard drive and pull every time you want to work on it.
* Make sure you're using Python 3.4.3.
* Fork the repository to a safe location on your hard drive and pull every time you want to work on it.
* Comment out all of the code that you write even if it seems obvious what's going on.
* After you finish what you wanted to work on, commit the changes you made and write a brief message explaining what you did. Then push your changes to the server.
### Contribution guidelines ###