From 4dcb651bddcae7ea4ea4fbc3d8faabc253203687 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Rozet?= Date: Tue, 2 Feb 2021 12:27:04 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Improve=20installation=20guide?= =?UTF-8?q?=20in=20README?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 3826994..9abc7a6 100644 --- a/README.md +++ b/README.md @@ -23,17 +23,14 @@ pip install piqa Alternatively, if you need the latest features, you can install it using ```bash -git clone https://github.com/francois-rozet/piqa -cd piqa -python setup.py install +pip install git+https://github.com/francois-rozet/piqa ``` or copy the package directly to your project, with ```bash git clone https://github.com/francois-rozet/piqa -cd piqa -cp -R piqa /piqa +cp -R piqa/piqa /piqa ``` ## Documentation