simplify dev instructions

This commit is contained in:
Simon 2023-11-20 20:34:06 +07:00
parent 12dced6542
commit c19f0331f2
No known key found for this signature in database
GPG Key ID: 2C15AA5E89985DD4
1 changed files with 2 additions and 8 deletions

View File

@ -19,15 +19,9 @@ To just make simple changes, edit the markdown files within *mkdocs/docs* direcl
To setup a local development server:
Install requirements with pip:
Install requirements, e.g. with pip:
```
pip3 install -r requirements.txt
```
For Arch:
```
pacman -S python-cairosvg python-pillow
yay -S mkdocs mkdocs-material
pip install -r requirements.txt
```
More details: [User Guide](https://www.mkdocs.org/user-guide/installation/)