Index: docs/install.txt
===================================================================
--- docs/install.txt	(revisión: 4421)
+++ docs/install.txt	(copia de trabajo)
@@ -51,9 +51,10 @@
 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.1 --
-  not version 1.0 or version 2, which is still in beta). If you're on Windows,
-  check out the unofficial `compiled Windows version`_.
+* If you're using PostgreSQL, you'll need the psycopg_ package (version 2
+  recommended with postgresql_psycopg2 backend, version 1.1 works also with
+  the postgresql backend). If you're on Windows, check out the unofficial
+  `compiled Windows version`_.
 * If you're using MySQL, you'll need MySQLdb_.
 * If you're using SQLite, you'll need pysqlite_. Use version 2.0.3 or higher.
 
