summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMalcolm Tredinnick <malcolm.tredinnick@gmail.com>2007-05-11 09:51:07 +0000
committerMalcolm Tredinnick <malcolm.tredinnick@gmail.com>2007-05-11 09:51:07 +0000
commit5a803f5ebd9825c9e3b5845aa70bb0ce61384cfa (patch)
tree5521bd763d85f78bbf950c8f9c876459afebb237 /docs
parent7c0ef82752bd24dcce8113312b539a637b760061 (diff)
Fixed #4252 -- Fixed a typo in ReST formatting. Thanks, Collin Anderson.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5191 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
-rw-r--r--docs/install.txt16
1 files changed, 8 insertions, 8 deletions
diff --git a/docs/install.txt b/docs/install.txt
index 112a92d2f5..6be52aab0d 100644
--- a/docs/install.txt
+++ b/docs/install.txt
@@ -56,7 +56,7 @@ installed.
either ``postgresql`` [for version 1] or ``postgresql_psycopg2`` [for version 2].)
If you're on Windows, check out the unofficial `compiled Windows version`_.
-
+
* If you're using MySQL, you'll need MySQLdb_, version 1.2.1p2 or higher.
You will also want to read the database-specific notes for the `MySQL backend`_.
@@ -75,16 +75,16 @@ installed.
Remove any old versions of Django
=================================
-If you are upgrading your installation of Django from a previous version,
-you will need to uninstall the old Django version before installing the
-new version.
+If you are upgrading your installation of Django from a previous version,
+you will need to uninstall the old Django version before installing the
+new version.
If you installed Django using ``setup.py install``, uninstalling
-is as simple as deleting the ``django`` directory from your Python
+is as simple as deleting the ``django`` directory from your Python
``site-packages``.
-If you installed Django from a Python Egg, remove the Django ``.egg` file,
-and remove the reference to the egg in the file named ``easy-install.pth``.
+If you installed Django from a Python Egg, remove the Django ``.egg`` file,
+and remove the reference to the egg in the file named ``easy-install.pth``.
This file should also be located in your ``site-packages`` directory.
.. admonition:: Where are my ``site-packages`` stored?
@@ -92,7 +92,7 @@ This file should also be located in your ``site-packages`` directory.
The location of the ``site-packages`` directory depends on the operating
system, and the location in which Python was installed. However, the
following locations are common:
-
+
* If you're using Linux: ``/usr/lib/python2.X/site-packages``
* If you're using Windows: ``C:\Python2.X\lib\site-packages``