From 674c0b353ceaace921eb3d1b5b0293b35a41ad2e Mon Sep 17 00:00:00 2001 From: Adrian Holovaty Date: Wed, 16 Nov 2005 05:35:59 +0000 Subject: [PATCH] Added official-version information to docs/install.txt git-svn-id: http://code.djangoproject.com/svn/django/trunk@1265 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/install.txt | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/docs/install.txt b/docs/install.txt index 82d51a667c..c961411f8e 100644 --- a/docs/install.txt +++ b/docs/install.txt @@ -77,12 +77,19 @@ It's easy either way. Installing the official version ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -There IS no official version yet. But once there is, here's how it'll work: +1. Download Django-0.90.tar.gz from our `download page`_. +2. ``tar xzvf Django-0.90.tar.gz`` +3. ``cd Django-0.90`` +4. ``sudo python setup.py install`` -1. Download the tarball of the latest official version from our `download page`_. -2. ``tar xzvf django-1.0.0.tar.gz`` -3. ``cd django-1.0.0`` -4. ``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 +connection. + +This will install Django in your Python installation's ``site-packages`` +directory. + +.. _setuptools: http://peak.telecommunity.com/DevCenter/setuptools Installing the development version ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~