From 0e3eb711b2fa980fa1101c36a477fd033df56b87 Mon Sep 17 00:00:00 2001 From: Andrei Markin Date: Wed, 31 Jan 2024 23:55:06 +0400 Subject: [PATCH] Add dev installation instructions to README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7bce487..c647c78 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,7 @@ Key features: To install `terka` run the following command: `pip install terka` +> install the latest development version with `pip install -e git+https://github.com/AndreyMarkinPPC/terka.git#egg=terka[all]` It will make `terka` command available in your shell.