Changeset 1265
- Timestamp:
- 11/15/05 23:35:59 (3 years ago)
- Files:
-
- django/trunk/docs/install.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/install.txt
r1193 r1265 78 78 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 79 79 80 There IS no official version yet. But once there is, here's how it'll work: 80 1. Download Django-0.90.tar.gz from our `download page`_. 81 2. ``tar xzvf Django-0.90.tar.gz`` 82 3. ``cd Django-0.90`` 83 4. ``sudo python setup.py install`` 81 84 82 1. Download the tarball of the latest official version from our `download page`_. 83 2. ``tar xzvf django-1.0.0.tar.gz`` 84 3. ``cd django-1.0.0`` 85 4. ``python setup.py install`` 85 Note that the last command will automatically download and install setuptools_ 86 if you don't already have it installed. This requires a working Internet 87 connection. 88 89 This will install Django in your Python installation's ``site-packages`` 90 directory. 91 92 .. _setuptools: http://peak.telecommunity.com/DevCenter/setuptools 86 93 87 94 Installing the development version
