User Tools

Site Tools


other:uvcdat:extra

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
other:uvcdat:extra [2016/06/01 11:54] – Added pip notes and an old version of scikit-image jypeterother:uvcdat:extra [2016/06/01 13:52] (current) – Added scikit-learn jypeter
Line 8: Line 8:
 [[http://python-packaging-user-guide.readthedocs.io/en/develop/|pip documentation]] [[http://python-packaging-user-guide.readthedocs.io/en/develop/|pip documentation]]
  
-  * You may need to do some cleaning, in order to be sure that pip is not going to get something from its installation cache! Go check the content of ''/tmp/pip-build/''...+<note important>You may need to do some cleaning, in order to be sure that pip is not going to get something from its installation cache! Go check the content of ''/tmp/pip-build/''...</note>
  
   * To install the latest version of “SomeProject”:\\ ''pip install 'SomeProject' ''   * To install the latest version of “SomeProject”:\\ ''pip install 'SomeProject' ''
   * To install a specific version:\\ ''pip install 'SomeProject==1.4' ''   * To install a specific version:\\ ''pip install 'SomeProject==1.4' ''
 +  * To upgrade an installed version:\\ ''pip install SomeProject %%--%%upgrade''
  
 ===== Requests ===== ===== Requests =====
Line 339: Line 340:
  
 Check the installed version with: ''python -c 'import skimage; print skimage.%%__version__%%' '' Check the installed version with: ''python -c 'import skimage; print skimage.%%__version__%%' ''
 +
 +
 +===== scikit-learn =====
 +
 +  * Web site: http://scikit-learn.org/stable/
 +
 +==== Versions installed ====
 +
 +^  UV-CDAT\\ version  ^  JYP\\ installation  ^  Package\\ version  ^  Date  ^
 +|  1.5.1  |  LSCE_10  |  0.17.1  |  Jun 01 2016  |
 +|  2.1.0  |  LSCE_13  |  0.17.1  |  Jun 01 2016  |
 +
 +==== Installing ====
 +
 +  * ''pip install scikit-learn''
 +
 +==== Testing ====
 +
 +Check the installed version with: ''python -c 'import sklearn; print sklearn.%%__version__%%' ''
  
  
other/uvcdat/extra.1464774862.txt.gz · Last modified: 2016/06/01 11:54 by jypeter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki