summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/source/install/index.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/source/install/index.rst b/doc/source/install/index.rst
index 1390f94..9835818 100644
--- a/doc/source/install/index.rst
+++ b/doc/source/install/index.rst
@@ -8,11 +8,11 @@ At the command line::
You will also need to install at least one SQL backend::
- $ pip install psycopg2
+ $ pip install PyMySQL
Or::
- $ pip install PyMySQL
+ $ pip install psycopg2
Or::