Changeset 5191
- Timestamp:
- 05/11/07 04:51:07 (2 years ago)
- Files:
-
- django/trunk/docs/install.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/install.txt
r5096 r5191 57 57 58 58 If you're on Windows, check out the unofficial `compiled Windows version`_. 59 59 60 60 * If you're using MySQL, you'll need MySQLdb_, version 1.2.1p2 or higher. 61 61 You will also want to read the database-specific notes for the `MySQL backend`_. … … 76 76 ================================= 77 77 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. 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. 81 81 82 82 If you installed Django using ``setup.py install``, uninstalling 83 is as simple as deleting the ``django`` directory from your Python 83 is as simple as deleting the ``django`` directory from your Python 84 84 ``site-packages``. 85 85 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``. 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``. 88 88 This file should also be located in your ``site-packages`` directory. 89 89 … … 93 93 system, and the location in which Python was installed. However, the 94 94 following locations are common: 95 95 96 96 * If you're using Linux: ``/usr/lib/python2.X/site-packages`` 97 97
