Skip to content

Commit d259a19

Browse files
author
makoeppel
committed
add tutorial NN in CMS
1 parent a952ef9 commit d259a19

21 files changed

Lines changed: 1460 additions & 1 deletion

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,19 @@ Images and other binary resources are versioned through [Git LFS](https://git-lf
1111

1212
### Build and serve locally
1313

14-
You can build the documentation locally via
14+
In a new python environment `python -m venv venv && source venv/bin/activate` run the following for installing the dependecies:
15+
```shell
16+
pip install mkdocs
17+
pip install mkdocs-material
18+
pip install pymdown-extensions
19+
pip install mkdocs-minify-plugin
20+
pip install mkdocs-markdownextradata-plugin
21+
pip install mkdocs-include-markdown-plugin
22+
pip install mkdocs-git-revision-date-localized-plugin
23+
pip install termynal
24+
```
25+
26+
You can then build the documentation locally via
1527

1628
```shell
1729
mkdocs build --strict
Lines changed: 3 additions & 0 deletions
Loading
Lines changed: 3 additions & 0 deletions
Loading
Lines changed: 3 additions & 0 deletions
Loading
Lines changed: 3 additions & 0 deletions
Loading
Lines changed: 3 additions & 0 deletions
Loading
Lines changed: 3 additions & 0 deletions
Loading
Lines changed: 3 additions & 0 deletions
Loading
Lines changed: 3 additions & 0 deletions
Loading
Lines changed: 3 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)