From bad30a5326587e65a09c723238a3ed598a3738fb Mon Sep 17 00:00:00 2001
From: Paul Best <paul.best@lis-lab.fr>
Date: Mon, 6 Feb 2023 17:50:52 +0100
Subject: [PATCH] Update new_specie/README.md

---
 new_specie/README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/new_specie/README.md b/new_specie/README.md
index 3e31795..7a9c781 100755
--- a/new_specie/README.md
+++ b/new_specie/README.md
@@ -6,6 +6,6 @@ train_AE.py
 compute_embeddings.py
 sort_cluster.py
 
-use python script.py --help to get more information on each scripts' usages
+use  `python myscript.py --help` to get more information on each scripts' usage
 
-required packages can be found in the requirements.txt file
+required packages can be install using  `pip install -r requirements.txt requirements.txt`
-- 
GitLab