mirror of
https://github.com/flokoe/bash-hackers-wiki.git
synced 2024-11-25 07:43:42 +01:00
Switch to using the standards format (requirements.txt) for Python dependencies.
This commit is contained in:
parent
681cee9723
commit
113cbf9225
@ -11,7 +11,7 @@ To edit and develop locally install the following packages and run the built in
|
|||||||
```bash
|
```bash
|
||||||
python3 -m venv env
|
python3 -m venv env
|
||||||
source env/bin/activate
|
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
|
mkdocs serve
|
||||||
```
|
```
|
||||||
|
|
||||||
|
4
requirements.txt
Normal file
4
requirements.txt
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
mkdocs-material
|
||||||
|
mkdocs-git-revision-date-localized-plugin
|
||||||
|
mkdocs-awesome-pages-plugin
|
||||||
|
mkdocs-minify-plugin
|
Loading…
Reference in New Issue
Block a user