Changes between Version 26 and Version 27 of DevNotes/Obsolete/AnacondaSetup


Ignore:
Timestamp:
Mar 29, 2016 11:35:29 AM (8 years ago)
Author:
smk78
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • DevNotes/Obsolete/AnacondaSetup

    v26 v27  
    4242pip install bumps periodictable 
    4343}}} 
    44  
     44To force installation of a specific version of these packages (here bumps-0.7.5.7) use: 
     45{{{ 
     46pip install bumps==0.7.5.7 
     47}}} 
     48Note: if attempting to upgrade older versions of bumps and/or periodictable, first ''uninstall'' any versions already installed. 
     49{{{ 
     50pip uninstall bumps 
     51pip uninstall periodictable 
     52}}} 
     53You ''may'' need to issue these commands more than once to ensure that all previous versions are cleaned out. 
    4554== Step 3 - Install Git (or optionally stay with SVN) == 
    4655