summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/install.txt11
1 files changed, 7 insertions, 4 deletions
diff --git a/docs/install.txt b/docs/install.txt
index 075f2c229b..0fef32973d 100644
--- a/docs/install.txt
+++ b/docs/install.txt
@@ -34,16 +34,19 @@ comprehensively tested with that database. If you find any bugs in Django's
MySQL bindings, please file them in `Django's ticket system`_ so we can fix them
immediately.
-
Additionally, you'll need to make sure your Python database bindings are
-installed. If you're using PostgreSQL, you'll need the psycopg_
-package (version 1 -- not version 2, which is still in beta). If you're using
-MySQL, you'll need MySQLdb_.
+installed.
+
+* If you're using PostgreSQL, you'll need the psycopg_ package (version 1 --
+ not version 2, which is still in beta). If you're on Windows, check out the
+ unofficial `compiled Windows version`_.
+* If you're using MySQL, you'll need MySQLdb_.
.. _PostgreSQL: http://www.postgresql.org/
.. _MySQL: http://www.mysql.com/
.. _Django's ticket system: http://code.djangoproject.com/report/1
.. _psycopg: http://initd.org/projects/psycopg1
+.. _compiled Windows version: http://stickpeople.com/projects/python/win-psycopg/
.. _MySQLdb: http://sourceforge.net/projects/mysql-python
Install the Django code