# Documentation

You can read files in the folder `src/Resources/doc` or you can compile the documentation with MkDocs:

* Install Python 2.7 and Pip 1.5
* Install MkDocs: `pip install mkdocs`
* Install pymdown-extension: `pip install pymdown-extensions`
* Compile the doc: `mkdocs build` or to preview the doc: `mkdocs serve` at <http://127.0.0.1:8000>
