diff --git a/install_and_test.md b/install_and_test.md index dd2535a183f4ea953342e899c909115606daedb2..47cb71bd648108c0eb586d333cdc6e4d5c0b877e 100644 --- a/install_and_test.md +++ b/install_and_test.md @@ -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. 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: @@ -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). -# Run tests - -To run the C and python tests of the installed `hotwheels` components, run: - -```bash -python -m hotwheels.checkup hotwheels -``` # Environment variables