README.md edited online with Bitbucket

This commit is contained in:
William Brawner 2015-06-21 02:49:56 +00:00
parent 9b1208d1f0
commit 85f062b58d

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 ###