This repository is for the documentation of the Mauro Data Mapper
- MkDocs : pip install mkdocs
- PyMdown Extensions : pip install pymdown-extensions
- Material for MkDocs : pip install mkdocs-material
After installing MkDocs, you can clone this directory, and from inside run:
$ pip install -e plugins
And from then onwards run:
$ mkdocs serve
This will build and run the site in 'responsive' mode, rebuilding when changes are made.
Note: pip can be called pip3 Note: mkdocs may not be in your bin PATH. On a Mac it is found under your home directory/Library/Python/3.*/bin Note: export PATH="$PATH:...."