diff --git a/README.md b/README.md
index 3860d5d4ada3a59e5f9344906d9de4bc65928887..b21f30dbae4602ea99a12be2aca5cee45c200b2a 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.