From 828a6cf260db0eaf2ad036dc1a445c90992a8664 Mon Sep 17 00:00:00 2001
From: Antonio Ragagnin <antonio.ragagnin@inaf.it>
Date: Mon, 30 Dec 2024 12:35:37 +0000
Subject: [PATCH] Update install_and_test.md

---
 install_and_test.md | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/install_and_test.md b/install_and_test.md
index 1a359fe..8173312 100644
--- a/install_and_test.md
+++ b/install_and_test.md
@@ -35,14 +35,15 @@ can re-install a python module in **editable mode (use -e in pip install)**. For
 git clone ssh://git@git.ia2.inaf.it/hotwheels/timestep.git
 cd timestep
 # very IMPORTANT the -e will install in editable mode
-# so you can change the module code and effects will take place
-# without need of uninstall and re-install
 pip install -e . 
-# edit the file of your chise, for instance ./hotwheels/timestep/cosmo.c 
-cd ..
-python -m hotwheels.checkup hotwheels #now the tests are run with the new ./hotwheels/timestep/cosmo.c 
+#
+# edit the files of your choice. Edits will take effect
+# without the need of re-installing the package
+#
 ```
 
+
+
 # Run tests
 
 To run the C and python tests of the installed `hotwheels` components, run: 
-- 
GitLab