Skip to content

Commit 5fdf713

Browse files
authored
Merge pull request #21 from sseering/main
Switch to using the standards format (requirements.txt) for Python deps.
2 parents 8755bb9 + 113cbf9 commit 5fdf713

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ To edit and develop locally install the following packages and run the built in
1111
```bash
1212
python3 -m venv env
1313
source env/bin/activate
14-
pip install mkdocs-material mkdocs-git-revision-date-localized-plugin mkdocs-awesome-pages-plugin mkdocs-minify-plugin
14+
pip install -r requirements.txt
1515
mkdocs serve
1616
```
1717

requirements.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)