Update README.rst

This commit is contained in:
Lorenz Diener 2019-07-23 12:37:28 +02:00 committed by GitHub
parent 73eaaad53f
commit 2103983c67
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -45,12 +45,13 @@ You can install Mastodon.py via pypi:
.. code-block:: Bash .. code-block:: Bash
# Python 2
pip install Mastodon.py
# Python 3 # Python 3
pip3 install Mastodon.py 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 Full documentation and basic usage examples can be found
at http://mastodonpy.readthedocs.io/en/stable/ . at http://mastodonpy.readthedocs.io/en/stable/ .