aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLorenz Diener <[email protected]>2019-07-23 12:37:28 +0200
committerGitHub <[email protected]>2019-07-23 12:37:28 +0200
commit2103983c679510be268225c0186b798be2d03f6f (patch)
tree66e2e5abc2546c4a92f1befdd48edc9fbbd98b8d /README.rst
parent73eaaad53f4e77a6d0284de84597586852fe54ef (diff)
downloadmastodon.py-2103983c679510be268225c0186b798be2d03f6f.tar.gz
Update README.rst
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)