From 0db7bafd69f2253aea3755b35d70bdb60fd999f4 Mon Sep 17 00:00:00 2001 From: tuhe <tuhe@dtu.dk> Date: Wed, 20 Jan 2021 18:53:02 +0100 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3860d5d..b21f30d 100644 --- a/README.md +++ b/README.md @@ -13,17 +13,17 @@ Easy-to-use, easy-to-build report evaluations in a framework building on pythons ## Installation Unitgrade can be installed through pip using ``` -pip install git+ssh://git@gitlab.compute.dtu.dk/tuhe/unitgrade.git +pip install git+https://git@gitlab.compute.dtu.dk/tuhe/unitgrade.git ``` This will install unitgrade in your site-packages directory. If you want to upgrade an old installation of unitgrade: ``` -pip install git+ssh://git@gitlab.compute.dtu.dk/tuhe/unitgrade.git --upgrade +pip install git+https://git@gitlab.compute.dtu.dk/tuhe/unitgrade.git --upgrade ``` If you are using anaconda+virtual environment you can install it as ``` source activate myenv conda install git pip -pip install git+ssh://git@gitlab.compute.dtu.dk/tuhe/unitgrade.git +pip install git+https://git@gitlab.compute.dtu.dk/tuhe/unitgrade.git ``` Alternatively, simply use git-clone of the sources and add unitgrade to your python path. -- GitLab