Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
gitlab-profile
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Container registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
hotwheels
gitlab-profile
Commits
56ef3def
Commit
56ef3def
authored
5 months ago
by
Antonio Ragagnin
Browse files
Options
Downloads
Patches
Plain Diff
Update install_and_test.md
parent
4d376b0b
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
install_and_test.md
+8
-8
8 additions, 8 deletions
install_and_test.md
with
8 additions
and
8 deletions
install_and_test.md
+
8
−
8
View file @
56ef3def
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment