diff options
-rw-r--r-- | README.rst | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -44,13 +44,14 @@ Feature complete for public API as of Mastodon version 2.9.2 and easy to get sta | |||
44 | You can install Mastodon.py via pypi: | 44 | You 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 | ||
51 | Note that python 2.7 is now no longer officially supported. It will still | ||
52 | work for a while, and we will fix issues as they come up, but we will not | ||
53 | be testing specifically for python 2.7 any longer. | ||
54 | |||
54 | Full documentation and basic usage examples can be found | 55 | Full documentation and basic usage examples can be found |
55 | at http://mastodonpy.readthedocs.io/en/stable/ . | 56 | at http://mastodonpy.readthedocs.io/en/stable/ . |
56 | 57 | ||