Here's what you'll need to know to contribute to this project.
You'll need Python and pip (included in Python 3.4 and Python 2.7.11).
Install the requirements:
$ pip install -r requirements.txt
You can view a development version of the website locally:
$ mkdocs serve
Then visit http://127.0.0.1:8000 in your web browser.