update dev env with new deps

This commit is contained in:
simon 2023-04-01 19:19:41 +07:00
parent a78cb2b614
commit 1b37761979
No known key found for this signature in database
GPG Key ID: 2C15AA5E89985DD4
1 changed files with 4 additions and 3 deletions

View File

@ -19,13 +19,14 @@ To just make simple changes, edit the markdown files within *mkdocs/docs* direcl
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
```