Skip to content

Commit

Permalink
Merge pull request #21 from sseering/main
Browse files Browse the repository at this point in the history
Switch to using the standards format (requirements.txt) for Python deps.
  • Loading branch information
flokoe authored Nov 13, 2024
2 parents 8755bb9 + 113cbf9 commit 5fdf713
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ To edit and develop locally install the following packages and run the built in
```bash
python3 -m venv env
source env/bin/activate
pip install mkdocs-material mkdocs-git-revision-date-localized-plugin mkdocs-awesome-pages-plugin mkdocs-minify-plugin
pip install -r requirements.txt
mkdocs serve
```

Expand Down
4 changes: 4 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
mkdocs-material
mkdocs-git-revision-date-localized-plugin
mkdocs-awesome-pages-plugin
mkdocs-minify-plugin

0 comments on commit 5fdf713

Please sign in to comment.