Fix README.rst for PyPI usage

This commit is contained in:
Mads Marquart
2020-01-22 15:02:33 +01:00
parent 935947f212
commit 9fc9aeac08

View File

@@ -71,7 +71,7 @@ With that out of the way, you may go to `Read The Docs <https://fbchat.readthedo
Installation Installation
------------ ------------
.. code-block:: sh .. code-block::
$ pip install fbchat $ pip install fbchat
@@ -79,7 +79,7 @@ If you don't have `pip <https://pip.pypa.io/>`_, `this guide <http://docs.python
You can also install directly from source, provided you have ``pip>=19.0``: You can also install directly from source, provided you have ``pip>=19.0``:
.. code-block:: sh .. code-block::
$ pip install git+https://github.com/carpedm20/fbchat.git $ pip install git+https://github.com/carpedm20/fbchat.git
@@ -89,7 +89,7 @@ You can also install directly from source, provided you have ``pip>=19.0``:
Example usage Example usage
------------- -------------
.. code-block:: python .. code-block::
import getpass import getpass
import fbchat import fbchat