mirror of
https://github.com/tubearchivist/docs.git
synced 2024-10-31 17:30:13 +00:00
update dev env with new deps
This commit is contained in:
parent
a78cb2b614
commit
1b37761979
@ -19,13 +19,14 @@ To just make simple changes, edit the markdown files within *mkdocs/docs* direcl
|
|||||||
|
|
||||||
To setup a local development server:
|
To setup a local development server:
|
||||||
|
|
||||||
Install mkdocs with pip:
|
Install requirements with pip:
|
||||||
```
|
```
|
||||||
pip3 install mkdocs mkdocs-material
|
pip3 install -r requirements.txt
|
||||||
```
|
```
|
||||||
|
|
||||||
From the AUR:
|
For Arch:
|
||||||
```
|
```
|
||||||
|
pacman -S python-cairosvg python-pillow
|
||||||
yay -S mkdocs mkdocs-material
|
yay -S mkdocs mkdocs-material
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user