Add instructions for installing with pip > 19.0

This commit is contained in:
Mads Marquart
2019-07-03 17:16:25 +02:00
parent a2930b4386
commit 8b47bf3e5d

View File

@@ -35,14 +35,12 @@ Installation:
$ pip install fbchat
You can also install from source, by using `flit`:
You can also install from source if you have ``pip>=19.0``:
.. code-block::
$ pip install flit
$ git clone https://github.com/carpedm20/fbchat.git
$ cd fbchat
$ flit install
$ pip install fbchat
Maintainer