summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoremkael <emkael@tlen.pl>2016-11-25 17:40:55 +0100
committeremkael <emkael@tlen.pl>2016-11-25 17:40:55 +0100
commit33dc53d44816b57d6f90dd656574b725294a1b49 (patch)
treec1d8fdab958532b2fbf0e344ec0d105e016cd9a6
parenta4553708999b31d3fd4ec73f1fae31ffd712b91a (diff)
README for MySQL engines updated. Closes: #5
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 7f33a4b..6b47751 100644
--- a/README.md
+++ b/README.md
@@ -7,7 +7,6 @@ Prerequisites:
* Python 3 (on Windows <= 3.4 due to the availability of MySQL connector)
* pip
-* Linux environment: the prerequisites of mysqlclient-python - https://github.com/PyMySQL/mysqlclient-python
* Windows environment: MySQL connector from Oracle, unavailable via PIP - https://dev.mysql.com/downloads/connector/python/
```
@@ -20,6 +19,8 @@ Where `PLATFORM` is either `windows` or `linux`.
Set MySQL settings in ql/settings.py.
+For Linux, you can leave the default `engine` property, for Windows, you have to change it to `mysql.connector.django` to use Oracle connector.
+
# Usage
```