From 8b47bf3e5df38ec536d25ab10dd846153a20f5e7 Mon Sep 17 00:00:00 2001 From: Mads Marquart Date: Wed, 3 Jul 2019 17:16:25 +0200 Subject: [PATCH] Add instructions for installing with pip > 19.0 --- README.rst | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index 40d3463..3f8b1d6 100644 --- a/README.rst +++ b/README.rst @@ -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