From fa2923fa22047bd8aa60ce60b855390e7d843b33 Mon Sep 17 00:00:00 2001 From: Ian Bell Date: Tue, 21 Apr 2015 20:06:06 -0600 Subject: [PATCH] Update command for python install of development wheels --- 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 f2592dd5..fb2757c1 100644 --- a/Web/coolprop/wrappers/Python/index.rst +++ b/Web/coolprop/wrappers/Python/index.rst @@ -15,7 +15,7 @@ Using the ``pip`` installation program, you can install the official release can or the latest version from the development server using:: - pip install --find-links http://www.coolprop.dreamhosters.com:8010/binaries/Python/ -U --force-reinstall CoolProp + pip install --pre --find-links http://www.coolprop.dreamhosters.com:8010/binaries/Python/ -U --force-reinstall CoolProp Manual installation