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

Update install_and_test.md

parent c9dcd0da
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment