You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@community.apache.org by rg...@apache.org on 2015/08/15 01:05:35 UTC

svn commit: r1696007 - /comdev/tools/readme.md

Author: rgardler
Date: Fri Aug 14 23:05:34 2015
New Revision: 1696007

URL: http://svn.apache.org/r1696007
Log:
no need to install Django as pip will do it for us

Modified:
    comdev/tools/readme.md

Modified: comdev/tools/readme.md
URL: http://svn.apache.org/viewvc/comdev/tools/readme.md?rev=1696007&r1=1696006&r2=1696007&view=diff
==============================================================================
--- comdev/tools/readme.md (original)
+++ comdev/tools/readme.md Fri Aug 14 23:05:34 2015
@@ -60,8 +60,8 @@ installed Docker.
 
 To work without Docker (untested please improve these docs if you go this route):
 
-  * [Install Python 2.7.x](https://www.python.org/downloads/)
-  * [Install Django and PostgreSQL](https://docs.djangoproject.com/en/1.8/topics/install/)
+  * Install Python 2.7.x - e.g. sudo apt-get python
+  * Install PostgreSQL - e.g. sudo apt-get postgresql-server-dev-9.3
 
   * pip install -r requirements
   * python manage.py makemigrations