Ticket #5637: 5637.diff
File 5637.diff, 770 bytes (added by , 17 years ago) |
---|
-
docs/install.txt
63 63 * If you're using MySQL, you'll need MySQLdb_, version 1.2.1p2 or higher. 64 64 You will also want to read the database-specific notes for the `MySQL backend`_. 65 65 66 * If you're using SQLite, you'll need pysqlite_. Use version 2.0.3 or higher. 66 * If you're using SQLite and Python version 2.3 or 2.4, you'll need pysqlite_. 67 Use version 2.0.3 or higher. (For Python 2.5 and later, support for SQLite 68 is already included.) 67 69 68 70 * If you're using Oracle, you'll need cx_Oracle_, version 4.3.1 or higher. 69 71 You will also want to read the database-specific notes for the `Oracle backend`_.