From b904d335cf8896691d7f2761dfecb74faecbbb24 Mon Sep 17 00:00:00 2001 From: Tor-Einar Skog <tor-einar.skog@nibio.no> Date: Tue, 28 Feb 2023 12:37:38 +0100 Subject: [PATCH] Fix: Correct version tag to GIT repo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b606652..e87e159 100644 --- a/README.md +++ b/README.md @@ -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 -- GitLab