From 8408279b55a15a8cbca539f61e4c94289a9fe71e Mon Sep 17 00:00:00 2001 From: Yurii Karabas <1998uriyyo@gmail.com> Date: Mon, 26 Oct 2020 17:32:06 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Update=20installation=20command?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 60f69ab..a265c7d 100644 --- a/README.md +++ b/README.md @@ -15,9 +15,9 @@ InstAPI - comfortable and easy to use Python's library for interaction with Inst Installation ------------ -1. Download InstAPI from this repository. -2. Run `pip install -e [PATH to directory with InstAPI]` in console. -3. Done! +```bash +pip install inst-api +``` Usage -----