summaryrefslogtreecommitdiff
path: root/docs/install.txt
diff options
context:
space:
mode:
authorAdrian Holovaty <adrian@holovaty.com>2005-11-16 05:35:59 +0000
committerAdrian Holovaty <adrian@holovaty.com>2005-11-16 05:35:59 +0000
commit674c0b353ceaace921eb3d1b5b0293b35a41ad2e (patch)
treeb889c63324b0f9dbae5d31e304d07059af82cb7f /docs/install.txt
parent17d54d1d9ef6d0f07b5527f54761785988d5fcf9 (diff)
Added official-version information to docs/install.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1265 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/install.txt')
-rw-r--r--docs/install.txt17
1 files 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
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~