Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 340 Bytes

README-MKDOCS.md

File metadata and controls

23 lines (18 loc) · 340 Bytes

How to run this documentation

Install mkdocs

pip3 install mkdocs

In case you have a rendering problem with the pieces of code, please execute:

pip install --upgrade mkdocs

Install mkdocs-material theme

pip install mkdocs-material

Run the webserver

At the mkdocs directory execute:

mkdocs serve