Fix pip install command for nightly; closes #821

This commit is contained in:
Ian Bell
2015-09-29 17:42:28 -06:00
parent 915416d47c
commit e09c895dce

View File

@@ -16,7 +16,7 @@ Using the ``pip`` installation program, you can install the official release fro
If you dare, you can also try the latest nightly release from :sfnightly:`Python`
or get it directly from the development server using::
pip install --pre --find-links http://www.coolprop.dreamhosters.com/binaries/Python/ -U --force-reinstall CoolProp
pip install -vvv --pre --trusted-host www.coolprop.dreamhosters.com --find-links http://www.coolprop.dreamhosters.com/binaries/Python/ -U --force-reinstall CoolProp
Manual installation