diff --git a/README.md b/README.md index cb19e16e..41d600ce 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,11 @@ # Indico IPA platform Client ### A python client library for the [Indico IPA Platform](https://app.indico.io/). +### See the full [Documentation](https://indicodatasolutions.github.io/indico-client-python/). # Installation -------------- +Required: Python 3.6, 3.7, or 3.8 + From PyPI: ```bash pip3 install indico-client diff --git a/docs/_sources/intro.rst.txt b/docs/_sources/intro.rst.txt index ab8cdfb3..ed2a5bf9 100644 --- a/docs/_sources/intro.rst.txt +++ b/docs/_sources/intro.rst.txt @@ -4,7 +4,7 @@ Getting Started Installation ============ -Requires python 3.6 or above. +Requires Python 3.6, 3.7 or 3.8. To install the Python Client Library:: diff --git a/docs/intro.html b/docs/intro.html index c1d67995..740b5f6f 100644 --- a/docs/intro.html +++ b/docs/intro.html @@ -199,7 +199,7 @@
Requires python 3.6 or above.
+Requires Python 3.6, 3.7 or 3.8.
To install the Python Client Library:
pip install indico-client