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

Update install_and_test.md

parent 4d376b0b
No related branches found
No related tags found
No related merge requests found
...@@ -14,8 +14,15 @@ pip install 'hotwheels_PM[tested] @ git+ssh://git@git.ia2.inaf.it/hotwheels/PM.g ...@@ -14,8 +14,15 @@ pip install 'hotwheels_PM[tested] @ git+ssh://git@git.ia2.inaf.it/hotwheels/PM.g
This will install also the following hotwheels packages: core, io, timestep. This will install also the following hotwheels packages: core, io, timestep.
The `[tested]` tag will install the versions of the dependencies used to test the release (`v0.0.0alpha` in this case). The `[tested]` tag will install the versions of the dependencies used to test the release (`v0.0.0alpha` in this case).
# Run tests
To run the C and python tests of the installed `hotwheels` components, run:
```bash
python -m hotwheels.checkup hotwheels
```
# Install custom release versions # Install custom versions
In case you want to run the module with other `hotwheel` component version you can install each manually: In case you want to run the module with other `hotwheel` component version you can install each manually:
...@@ -58,13 +65,6 @@ If you want to also create a multi-windows tmux session where each panel corresp ...@@ -58,13 +65,6 @@ If you want to also create a multi-windows tmux session where each panel corresp
You can insert a personalised number of repos by running for instance `cloneall.bash [..] -r core octree` (will only download core and octree module). You can insert a personalised number of repos by running for instance `cloneall.bash [..] -r core octree` (will only download core and octree module).
# Run tests
To run the C and python tests of the installed `hotwheels` components, run:
```bash
python -m hotwheels.checkup hotwheels
```
# Environment variables # Environment variables
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment