aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst7
1 files 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
44You can install Mastodon.py via pypi: 44You can install Mastodon.py via pypi:
45 45
46.. code-block:: Bash 46.. code-block:: Bash
47
48 # Python 2
49 pip install Mastodon.py
50 47
51 # Python 3 48 # Python 3
52 pip3 install Mastodon.py 49 pip3 install Mastodon.py
53 50
51Note that python 2.7 is now no longer officially supported. It will still
52work for a while, and we will fix issues as they come up, but we will not
53be testing specifically for python 2.7 any longer.
54
54Full documentation and basic usage examples can be found 55Full documentation and basic usage examples can be found
55at http://mastodonpy.readthedocs.io/en/stable/ . 56at http://mastodonpy.readthedocs.io/en/stable/ .
56 57
Powered by cgit v1.2.3 (git 2.41.0)