We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19e71e2 commit 23a2d89Copy full SHA for 23a2d89
README.md
@@ -10,7 +10,7 @@
10
brew install python3
11
python3 -m venv .venv
12
source .venv/bin/activate
13
-pip3 install mkdocs mkdocs-material mkdocs-material-extensions mkdocs-glightbox
+python3 -m pip install -r requirements.txt
14
mkdocs serve
15
```
16
@@ -24,6 +24,6 @@ This section needs filling out.
24
sudo apt install python3 || sudo yum install python3
25
26
27
28
29
0 commit comments