We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8755bb9 + 113cbf9 commit 5fdf713Copy full SHA for 5fdf713
README.md
@@ -11,7 +11,7 @@ To edit and develop locally install the following packages and run the built in
11
```bash
12
python3 -m venv env
13
source env/bin/activate
14
-pip install mkdocs-material mkdocs-git-revision-date-localized-plugin mkdocs-awesome-pages-plugin mkdocs-minify-plugin
+pip install -r requirements.txt
15
mkdocs serve
16
```
17
requirements.txt
@@ -0,0 +1,4 @@
1
+mkdocs-material
2
+mkdocs-git-revision-date-localized-plugin
3
+mkdocs-awesome-pages-plugin
4
+mkdocs-minify-plugin
0 commit comments