Skip to content
Snippets Groups Projects
Commit c9dcd0da authored by Antonio Ragagnin's avatar Antonio Ragagnin :speech_balloon:
Browse files

Update install_and_test.md

parent bb599ff0
No related branches found
No related tags found
No related merge requests found
...@@ -29,10 +29,10 @@ pip install git+ssh://git@git.ia2.inaf.it/hotwheels/PM.git@v0.0.0alpha ...@@ -29,10 +29,10 @@ pip install git+ssh://git@git.ia2.inaf.it/hotwheels/PM.git@v0.0.0alpha
# If you need to put hands on the source code # If you need to put hands on the source code
In case you find that you need to edit the source code of hotwheels (maybe you found a bug), you In case you find that you need to edit the source code of hotwheels (maybe you found a bug), you
can re-install a python module in editable mode. For instance, let's suppose that now you need to edit the timestep module and re-run all tests. You can do the following can re-install a python module in **editable mode (use -e in pip install)**. For instance, let's suppose that now you need to edit the timestep module and re-run all tests. You can do the following
```bash ```bash
pip install git+ssh://git@git.ia2.inaf.it/hotwheels/timestep.git@v0.0.0alpha git clone ssh://git@git.ia2.inaf.it/hotwheels/timestep.git
cd timestep cd timestep
# very IMPORTANT the -e will install in editable mode # very IMPORTANT the -e will install in editable mode
# so you can change the module code and effects will take place # so you can change the module code and effects will take place
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment