mirror of
https://github.com/CoolProp/CoolProp.git
synced 2026-04-23 03:00:17 -04:00
Removed the links to the Python server, see also #613
This commit is contained in:
@@ -44,7 +44,7 @@ if isRelease:
|
||||
}
|
||||
else:
|
||||
extlinks = {'sfdownloads': ('http://sourceforge.net/projects/coolprop/files/CoolProp/'+release+'/%s',''),
|
||||
'sfnightly' : ('http://www.coolprop.dreamhosters.com:8010/binaries/%s',''),
|
||||
'sfnightly' : ('http://www.coolprop.dreamhosters.com/binaries/%s',''),
|
||||
#'bbbinaries' : ('http://www.coolprop.dreamhosters.com:8010/binaries/%s',''),
|
||||
#'bbsphinx' : ('http://www.coolprop.dreamhosters.com:8010/sphinx/%s','')
|
||||
}
|
||||
@@ -69,7 +69,7 @@ if isRelease:
|
||||
}
|
||||
else:
|
||||
doxylink = {
|
||||
'cpapi' : ('_static/doxygen/CoolPropDoxyLink.tag', 'http://www.coolprop.dreamhosters.com:8010/binaries/sphinx/_static/doxygen/html')
|
||||
'cpapi' : ('_static/doxygen/CoolPropDoxyLink.tag', 'http://www.coolprop.dreamhosters.com/binaries/sphinx/_static/doxygen/html')
|
||||
}
|
||||
|
||||
# -- General configuration -----------------------------------------------------
|
||||
|
||||
@@ -56,7 +56,7 @@ The code below assumes that the swig-matlab-bin folder sits in the build directo
|
||||
|
||||
Precompiled
|
||||
^^^^^^^^^^^
|
||||
You can download the pre-compiled versions from `the buildbot slave <http://www.coolprop.dreamhosters.com:8010/nightly/>`_
|
||||
You can download the pre-compiled nightly versions from :sfnightly:`MATLAB`.
|
||||
|
||||
Do-it-yourself (masochistic)
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
@@ -13,9 +13,10 @@ Using the ``pip`` installation program, you can install the official release can
|
||||
|
||||
pip install CoolProp
|
||||
|
||||
or the latest version from the development server using::
|
||||
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:8010/binaries/Python/ -U --force-reinstall CoolProp
|
||||
pip install --pre --find-links http://www.coolprop.dreamhosters.com/binaries/Python/ -U --force-reinstall CoolProp
|
||||
|
||||
|
||||
Manual installation
|
||||
|
||||
Reference in New Issue
Block a user