diff --git a/README.md b/README.md index 57f4ba3e70a71b422df8098078037ba5049aaaf0..51e0975214ec17b60be27c43a0f7c66d3eac9dcc 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,8 @@ Flask-SimpleLDAP Flask-SimpleLDAP provides LDAP authentication for Flask. +Flask-SimpleLDAP is compatible with and tested on Python 3.5, 3.6 and 3.7. + Quickstart ---------- @@ -13,8 +15,8 @@ First, install Flask-SimpleLDAP: $ pip install flask-simpleldap Flask-SimpleLDAP depends, and will install for you, recent versions of Flask -(0.12.4 or later) and [python-ldap](https://python-ldap.org/). Flask-SimpleLDAP is compatible -with and tested on Python 3.5, 3.6 and 3.7. +(0.12.4 or later) and [python-ldap](https://python-ldap.org/). +Please consult the [python-ldap installation instructions](https://www.python-ldap.org/en/latest/installing.html) if you get an error during installation. Next, add a ``LDAP`` instance to your code and at least the three required configuration options: