diff options
| author | Adrian Holovaty <adrian@holovaty.com> | 2006-01-11 15:56:15 +0000 |
|---|---|---|
| committer | Adrian Holovaty <adrian@holovaty.com> | 2006-01-11 15:56:15 +0000 |
| commit | 2e997f9a63d4d69ea419e0bdae1df500df874861 (patch) | |
| tree | ddf9d3a2c59c50523bb500d306a1a385663e852b /docs/install.txt | |
| parent | df82f24cc9d4cbad4c179945c8d7fec592f2230b (diff) | |
Updated docs/install.txt to note 0.91
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1911 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/install.txt')
| -rw-r--r-- | docs/install.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/install.txt b/docs/install.txt index c961411f8e..6aed44769e 100644 --- a/docs/install.txt +++ b/docs/install.txt @@ -77,9 +77,9 @@ It's easy either way. Installing the official version ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -1. Download Django-0.90.tar.gz from our `download page`_. -2. ``tar xzvf Django-0.90.tar.gz`` -3. ``cd Django-0.90`` +1. Download Django-0.91.tar.gz from our `download page`_. +2. ``tar xzvf Django-0.91.tar.gz`` +3. ``cd Django-0.91`` 4. ``sudo python setup.py install`` Note that the last command will automatically download and install setuptools_ |
