Django

Code

Changeset 72

Show
Ignore:
Timestamp:
07/15/05 16:26:43 (3 years ago)
Author:
jacob
Message:

Fixed a few small errors in the install doc

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/docs/install.txt

    r71 r72  
    1111=============================== 
    1212 
    13 1. Download the tarball of the latest official version from our ``download page``_. 
     131. Download the tarball of the latest official version from our `download page`_. 
    14142. ``cd django-1.0.0.tar.gz`` 
    15153. ``python setup.py install`` 
     
    1818================================== 
    1919 
    20 1. Make sure you have ``Subversion``_ installed. 
     201. Make sure you have Subversion_ installed. 
    21212. ``svn co http://code.djangoproject.com/svn/django/trunk/ django_src`` 
    22223. Symlink ``django_src/django`` so that ``django`` is within your Python 
     
    2828within the ``django_src`` directory. 
    2929 
    30 .. _`Subversion`: http://subversion.tigris.org/ 
     30.. _`download page`: http://www.djangorproject.com/download/ 
     31.. _Subversion: http://subversion.tigris.org/