diff --git a/README.md b/README.md index c09ecee..d18ce79 100644 --- a/README.md +++ b/README.md @@ -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 ###