Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Then activate this virtual environment using:
Now install the dependencies using the following command:

```
$ pip install -r requirements.txt
$ pip install -r requirements.txt --no-cache-dir
```

You will need a PostgreSQL database service ready, a good free service is [ElephantSQL](https://elephantsql.com). Once you've set up an empty database, save its url (it'll be needed while running `init_script` below).
Expand Down