From 53ca72b354de4d26091e7e1c69fe4ce21e38830d Mon Sep 17 00:00:00 2001 From: Jnaneshwar Das Date: Thu, 11 Aug 2016 09:47:05 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 25a91f1..ef4b997 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ 1. Required software: * Python2 (Python3 untested) with packages NumPy, Pillow, and Wand * Django* < 1.10 (django 1.10 no longer allows you to specify urls as string, http://stackoverflow.com/questions/38744285/django-urls-error-view-must-be-a-callable-or-a-list-tuple-in-the-case-of-includ) - * * use pip install django==1.9 + * * pip install django==1.9 * Postgres (or other database, though using another database requires changing code). Set port to 5432 (or change code to reflect chosen port). (Setup information: [here](https://help.ubuntu.com/community/PostgreSQL)) * psycopg2 (required for Postgres) * ImageMagick (`ImageMagick 6.7.7-10 Q16` and `ImageMagick-6.9.4 Q16` are known to be working and compatible versions)