1
0
mirror of https://github.com/django/django.git synced 2025-07-04 09:49:12 +00:00

magic-removal: Proofread docs/install.txt

git-svn-id: http://code.djangoproject.com/svn/django/branches/magic-removal@2780 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Adrian Holovaty 2006-04-29 01:23:05 +00:00
parent 372e0325a4
commit d835131954

View File

@ -77,9 +77,9 @@ It's easy either way.
Installing the official version
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1. Download Django-0.91.tar.gz from our `download page`_.
2. ``tar xzvf Django-0.91.tar.gz``
3. ``cd Django-0.91``
1. Download Django-0.92.tar.gz from our `download page`_.
2. ``tar xzvf Django-0.92.tar.gz``
3. ``cd Django-0.92``
4. ``sudo python setup.py install``
Note that the last command will automatically download and install setuptools_