Browse Source

Fix setup instructions

master
Luke Murphy 3 years ago
parent
commit
ae51aff36f
No known key found for this signature in database GPG Key ID: 5E2EF5A63E3718CC
  1. 5
      README.md

5
README.md

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

Loading…
Cancel
Save