You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: INSTALL.md
+17-4Lines changed: 17 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,15 @@ Install the non-python dependencies
9
9
*[PostgreSQL](http://www.postgresql.org/download/) (we have tested most extensively with 9.3)
10
10
*[redis-server](http://redis.io) (we have tested most extensively with 2.8.17)
11
11
12
-
Install both of these packages according to the instructions on their websites. You'll then need to ensure that the postgres binaries (for example, ``psql``) are in your executable search path (``$PATH`` environment variable).
12
+
Install both of these packages according to the instructions on their websites.
13
+
You'll then need to ensure that the postgres binaries (for example, ``psql``)
14
+
are in your executable search path (``$PATH`` environment variable). For
15
+
example if you are using Postgres.app on OS X, you can do this by addint
0 commit comments