Changeset 72
- Timestamp:
- 07/15/05 16:26:43 (3 years ago)
- Files:
-
- django/trunk/docs/install.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/install.txt
r71 r72 11 11 =============================== 12 12 13 1. Download the tarball of the latest official version from our ` `download page``_.13 1. Download the tarball of the latest official version from our `download page`_. 14 14 2. ``cd django-1.0.0.tar.gz`` 15 15 3. ``python setup.py install`` … … 18 18 ================================== 19 19 20 1. Make sure you have ``Subversion``_ installed.20 1. Make sure you have Subversion_ installed. 21 21 2. ``svn co http://code.djangoproject.com/svn/django/trunk/ django_src`` 22 22 3. Symlink ``django_src/django`` so that ``django`` is within your Python … … 28 28 within the ``django_src`` directory. 29 29 30 .. _`Subversion`: http://subversion.tigris.org/ 30 .. _`download page`: http://www.djangorproject.com/download/ 31 .. _Subversion: http://subversion.tigris.org/
