1
0
mirror of https://github.com/gryf/coach.git synced 2025-12-17 19:20:19 +01:00
Files
coach/docs/README.txt
2017-10-22 22:21:45 +03:00

13 lines
361 B
Plaintext

installation
=============
1. install mkdocs by following the instructions here -
http://www.mkdocs.org/#installation
2. install the math extension for mkdocs
sudo -E pip install python-markdown-math
to build the documentation website run:
- mkdocs build
- python fix_index.py
this will create a folder named site which contains the documentation website