Skip to content

Commit 23a2d89

Browse files
authored
Update README.md
1 parent 19e71e2 commit 23a2d89

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
brew install python3
1111
python3 -m venv .venv
1212
source .venv/bin/activate
13-
pip3 install mkdocs mkdocs-material mkdocs-material-extensions mkdocs-glightbox
13+
python3 -m pip install -r requirements.txt
1414
mkdocs serve
1515
```
1616

@@ -24,6 +24,6 @@ This section needs filling out.
2424
sudo apt install python3 || sudo yum install python3
2525
python3 -m venv .venv
2626
source .venv/bin/activate
27-
pip3 install mkdocs mkdocs-material mkdocs-material-extensions mkdocs-glightbox
27+
python3 -m pip install -r requirements.txt
2828
mkdocs serve
2929
```

0 commit comments

Comments
 (0)