From 2103983c679510be268225c0186b798be2d03f6f Mon Sep 17 00:00:00 2001 From: Lorenz Diener Date: Tue, 23 Jul 2019 12:37:28 +0200 Subject: [PATCH] Update README.rst --- README.rst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 65f76ad..6fa4beb 100644 --- a/README.rst +++ b/README.rst @@ -44,13 +44,14 @@ Feature complete for public API as of Mastodon version 2.9.2 and easy to get sta You can install Mastodon.py via pypi: .. code-block:: Bash - - # Python 2 - pip install Mastodon.py # Python 3 pip3 install Mastodon.py +Note that python 2.7 is now no longer officially supported. It will still +work for a while, and we will fix issues as they come up, but we will not +be testing specifically for python 2.7 any longer. + Full documentation and basic usage examples can be found at http://mastodonpy.readthedocs.io/en/stable/ .