From f2a41594a11f2ec6842872e84c18341063f58cea Mon Sep 17 00:00:00 2001 From: Ian Bell Date: Tue, 25 Nov 2014 10:42:59 -0500 Subject: [PATCH] Dont use https with pip Causes failures with SSL --- Web/coolprop/wrappers/Python/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Web/coolprop/wrappers/Python/index.rst b/Web/coolprop/wrappers/Python/index.rst index a8985f8f..81485e84 100644 --- a/Web/coolprop/wrappers/Python/index.rst +++ b/Web/coolprop/wrappers/Python/index.rst @@ -9,7 +9,7 @@ Automatic installation Using the ``pip`` installation program, you can install CoolProp v5 from the development server using:: - pip install --find-links https://www.coolprop.dreamhosters.com:8010/binaries/Python/ -U --force-reinstall CoolProp + pip install --find-links http://www.coolprop.dreamhosters.com:8010/binaries/Python/ -U --force-reinstall CoolProp Or the official release can be obtained from the pypi server using::