From 4b49058cb1ec9443503fc5af398a88023c9decc3 Mon Sep 17 00:00:00 2001
From: Florian Obersteiner <florian.obersteiner@kit.edu>
Date: Thu, 7 Apr 2022 09:48:17 +0200
Subject: [PATCH] readme updated #2

---
 README.md | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index d507a6e..9ec7098 100644
--- a/README.md
+++ b/README.md
@@ -16,7 +16,7 @@ make your changes and then [submit a merge request](https://mbees.med.uni-augsbu
 
 ## Installation of the development version
 
-Clone this repository / or your fork and install as "editable":
+Clone this repository / or your fork, then install e.g. as "editable":
 
 ```
 git clone https://mbees.med.uni-augsburg.de/gitlab/mbees/icartt_pypackage.git or <URL of your fork>
@@ -24,6 +24,8 @@ cd icartt_pypackage
 pip install -e .
 ```
 
+Note: the package is managed with [poetry](https://python-poetry.org/).
+
 # Changelog
 
 ## 2.0.0 (2022-04-x)
-- 
GitLab