summaryrefslogtreecommitdiffstats
path: root/python/pydblite/README
diff options
context:
space:
mode:
Diffstat (limited to 'python/pydblite/README')
-rw-r--r--python/pydblite/README3
1 files changed, 2 insertions, 1 deletions
diff --git a/python/pydblite/README b/python/pydblite/README
index 00a37b1a68..3b7ca0f493 100644
--- a/python/pydblite/README
+++ b/python/pydblite/README
@@ -5,4 +5,5 @@ list comprehensions as query language instead of SQL, which stores
data in a cPickled file.
You can also use PyDbLite with MySQL and SQLite, as backends.
-In order to use MySQL's adapter, you will need MySQL-python.
+In order to use MySQL's adapter, you will need the optional
+dependency MySQL-python.