Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 818 Bytes

File metadata and controls

28 lines (18 loc) · 818 Bytes

Mauro Data Mapper Documentation

This repository is for the documentation of the Mauro Data Mapper

Requirements

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:...."