Fix setup instructions

This commit is contained in:
Luke Murphy 2020-12-12 13:51:09 +01:00
parent 54801dcc35
commit ae51aff36f
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC

View File

@ -5,8 +5,9 @@
## Hacking ## Hacking
``` ```
$ python3 -m venv .venv && source .venv/bin/activate $ python3 -m venv .venv
$ FLASK_APP=library $ source .venv/bin/activate
$ pip install -r requirements.txt
``` ```
Or run `make setup`. Or run `make setup`.