No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with
3 additions and
2 deletions
-
README.md
|
@ -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`. |
|
|