Update README.rst

pull/181/head 1.4.6
Lorenz Diener 2019-07-23 12:37:28 +02:00 zatwierdzone przez GitHub
rodzic 73eaaad53f
commit 2103983c67
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 4 dodań i 3 usunięć

Wyświetl plik

@ -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/ .