Skip to content

Commit

Permalink
Update README.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
halcy committed Nov 24, 2016
1 parent 2690e0f commit 2a63df2
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Mastodon.py
===========
.. code-block::
.. code-block:: python
mastodon = Mastodon(
client_id = 'pytooter_clientcred.txt',
Expand All @@ -11,6 +11,16 @@ Mastodon.py
Python wrapper for the Mastodon ( https://github.com/Gargron/mastodon/ ) API.
Feature complete for public API version v1 and easy to get started with.

You can install Mastodon.py via pypi:

.. code-block:: Bash
# Python 2
pip install Mastodon.py
# Python 3
pip3 install Mastodon.py
Full documentation and basic "how to post a toot" usage example can be found
at http://mastodonpy.readthedocs.io/en/latest/ .

Expand Down

0 comments on commit 2a63df2

Please sign in to comment.