Skip to content

Commit 3435e5f

Browse files
committed
Fix #19: update requirements in README
1 parent f4a9056 commit 3435e5f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,14 @@ This is an experimental reimplementation of courtbot using python. It uses the
66
### Requirements
77
* python
88
* A twilio account
9+
* PostgreSQL
910

1011
### Install & Set up locally
11-
1. `pip install -r requirements.txt`
12+
1. `pip install -r requirements.txt` (if you get an error, make sure `postgresql` is installed, then add the folder containing pg_config to your path `export PATH=”/usr/local/bin:/Library/PostgreSQL/9.6/bin:$PATH”`)
1213
2. `cp .env-dist .env` and put your own values into `.env`
1314
3. `python manage.py runserver`
1415

16+
1517
### Use ngrok to test twilio callbacks
1618
To test twilio callbacks, run ngrok to set up a public domain for your
1719
localhost:8000 ...

0 commit comments

Comments
 (0)