From 408d154d3f41e149200837bfbbbbdc7b2fb9c2da Mon Sep 17 00:00:00 2001 From: expoonserver Date: Mon, 19 May 2014 03:11:46 +0100 Subject: [PATCH] Refer to debian package, not upstream URL --- README.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.txt b/README.txt index c4527501c..d488cde77 100644 --- a/README.txt +++ b/README.txt @@ -7,7 +7,7 @@ Python, Django, and Database setup ----------------------------------- Troggle requires Django 1.1 or greater, and any version of Python that works with it. As of writing this readme, there was no actual Django 1.1 release, so Troggle required the SVN version of Django. Check Django out to somewhere on your PYTHONPATH with the following command: -svn co http://code.djangoproject.com/svn/django/trunk/ +apt-get install python-django on debian/ubuntu If you have an older installation of Django installed on your system, the easiest way to make sure troggle is using the newest version of Django is to simply checkout into your top troggle directory, into a folder called django.