Django

Code

Changeset 5191

Show
Ignore:
Timestamp:
05/11/07 04:51:07 (2 years ago)
Author:
mtredinnick
Message:

Fixed #4252 -- Fixed a typo in ReST formatting. Thanks, Collin Anderson.

Files:

Legend:

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

    r5096 r5191  
    5757 
    5858  If you're on Windows, check out the unofficial `compiled Windows version`_. 
    59    
     59 
    6060* If you're using MySQL, you'll need MySQLdb_, version 1.2.1p2 or higher. 
    6161  You will also want to read the database-specific notes for the `MySQL backend`_. 
     
    7676================================= 
    7777 
    78 If you are upgrading your installation of Django from a previous version,  
    79 you will need to uninstall the old Django version before installing the  
    80 new version.  
     78If you are upgrading your installation of Django from a previous version, 
     79you will need to uninstall the old Django version before installing the 
     80new version. 
    8181 
    8282If you installed Django using ``setup.py install``, uninstalling 
    83 is as simple as deleting the ``django`` directory from your Python  
     83is as simple as deleting the ``django`` directory from your Python 
    8484``site-packages``. 
    8585 
    86 If you installed Django from a Python Egg, remove the Django ``.egg` file, 
    87 and remove the reference to the egg in the file named ``easy-install.pth``.  
     86If you installed Django from a Python Egg, remove the Django ``.egg`` file, 
     87and remove the reference to the egg in the file named ``easy-install.pth``. 
    8888This file should also be located in your ``site-packages`` directory. 
    8989 
     
    9393    system, and the location in which Python was installed. However, the 
    9494    following locations are common: 
    95      
     95 
    9696    * If you're using Linux: ``/usr/lib/python2.X/site-packages`` 
    9797