From 5b6c7f93b5c036b0d4d56c3879dafaa4685c33a0 Mon Sep 17 00:00:00 2001
From: "julie.orjuela_ird.fr" <julie.orjuela@ird.fr>
Date: Tue, 26 Mar 2024 07:48:28 +0000
Subject: [PATCH] Update README.md

---
 README.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/README.md b/README.md
index 21034ae..0b755b5 100644
--- a/README.md
+++ b/README.md
@@ -20,6 +20,8 @@ Here, you can install RNAja from the gitlab source code such as :
     git clone git@forge.ird.fr:phim/rnaja-pipeline.git
     cd rnaja-pipeline
     python3 -m pip install .
+    # in edition mode (for developpers and debuging)
+    #python3 -m pip install -e .
 ```
 
 Don't forget to export RNAja into the $PATH environment path by  
-- 
GitLab