Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 1.21 KB

README.md

File metadata and controls

40 lines (25 loc) · 1.21 KB

Installation instructions for mkdocs

pip install mkdocs
pip install mkdocs-material
pip install markdown-include

Alternatively you can use conda to install all packages into a new environment named dealii-website like this:

conda env create -f environment.yml

Then the server can be run locally as

mkdocs serve

and you should see something like

INFO    -  Documentation built in 0.15 seconds
INFO    -  [08:40:55] Watching paths for changes: 'docs', 'mkdocs.yml'
INFO    -  [08:40:55] Serving on <http://127.0.0.1:8000/>
INFO    -  [08:40:57] Browser connected: <http://127.0.0.1:8000/>

Notes