From 08bba20003d09aa39f2baab406761f25b4b8536f Mon Sep 17 00:00:00 2001 From: Peter Dave Hello Date: Tue, 4 Oct 2022 18:46:34 +0800 Subject: [PATCH] Improve README.md Installation section (#690) Clone and install manually is duplicated in 2 places and can be merged. --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index f1f6afa..8dc3477 100644 --- a/README.md +++ b/README.md @@ -57,10 +57,6 @@ Also you can run Maigret using cloud shells and Jupyter notebooks (see buttons b # install from pypi pip3 install maigret -# or clone and install manually -git clone https://github.com/soxoj/maigret && cd maigret -pip3 install . - # usage maigret username ``` @@ -68,6 +64,7 @@ maigret username ### Cloning a repository ```bash +# or clone and install manually git clone https://github.com/soxoj/maigret && cd maigret pip3 install -r requirements.txt