Skip to content
Snippets Groups Projects
Commit b904d335 authored by Tor-Einar Skog's avatar Tor-Einar Skog
Browse files

Fix: Correct version tag to GIT repo

parent 1caa0ecf
No related branches found
No related tags found
No related merge requests found
Pipeline #813 failed
......@@ -8,9 +8,9 @@ This is the source code for the module that contains the common data models and
# From local path, if you've cloned the Git repo
pip3 install /home/foo/vipscore-python-common/
# From GitLab
pip3 install git+https://gitlab.nibio.no/VIPS/vipscore-python-common.git@v0.2.4
pip3 install git+https://gitlab.nibio.no/VIPS/vipscore-python-common.git@0.2.4
```
...where the version is specified after the `@`
...where the version is specified after the `@`. You can omit everything from `@` if you want the latest version
If you're implementing a VIPS model, typical imports would be
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment