From 1b37761979674f2c617eb793c32c73894969ca4b Mon Sep 17 00:00:00 2001 From: simon Date: Sat, 1 Apr 2023 19:19:41 +0700 Subject: [PATCH] update dev env with new deps --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9340242..1b06205 100644 --- a/README.md +++ b/README.md @@ -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 ```