Added official-version information to docs/install.txt

git-svn-id: http://code.djangoproject.com/svn/django/trunk@1265 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Adrian Holovaty 2005-11-16 05:35:59 +00:00
parent 17d54d1d9e
commit 674c0b353c
1 changed files with 12 additions and 5 deletions

View File

@ -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
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~