From 334499d6f3d51f313fdeecbd87a18bdd3b8c6a01 Mon Sep 17 00:00:00 2001 From: Jacob Kaplan-Moss Date: Fri, 23 Mar 2007 21:16:32 +0000 Subject: [PATCH] Fixed explicit reference to 0.95 in install.txt. git-svn-id: http://code.djangoproject.com/svn/django/trunk@4811 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/install.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/install.txt b/docs/install.txt index 3eede02af0..11749b4e7e 100644 --- a/docs/install.txt +++ b/docs/install.txt @@ -86,13 +86,13 @@ Installing the official version Distribution-provided packages will typically allow for automatic installation of dependancies and easy upgrade paths. - 2. Download Django-0.95.tar.gz from our `download page`_. + 2. Download the latest release from our `download page`_. - 3. ``tar xzvf Django-0.95.tar.gz`` + 3. Untar the downloaded file (e.g. ``tar xzvf Django-NNN.tar.gz``). - 4. ``cd Django-0.95`` + 4. Change into the downloaded directory (e.g. ``cd Django-NNN``). - 5. ``sudo python setup.py install`` + 5. Run ``sudo python setup.py install``. Note that the last command will automatically download and install setuptools_ if you don't already have it installed. This requires a working Internet