update: dev env instructions

This commit is contained in:
Mohamed Sohail 2021-11-01 08:58:23 +03:00
parent 7a20de88de
commit 06d751fb27
Signed by: kamikazechaser
GPG Key ID: 7DD45520C01CD85D
1 changed files with 2 additions and 2 deletions

View File

@ -5,8 +5,8 @@ A static website built with pelican.
## Development
```sh
python3 -m venv env
source env/bin/activate
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
make devserver
```