Changes between Version 26 and Version 27 of DevNotes/Obsolete/AnacondaSetup
- Timestamp:
- Mar 29, 2016 11:35:29 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DevNotes/Obsolete/AnacondaSetup
v26 v27 42 42 pip install bumps periodictable 43 43 }}} 44 44 To force installation of a specific version of these packages (here bumps-0.7.5.7) use: 45 {{{ 46 pip install bumps==0.7.5.7 47 }}} 48 Note: if attempting to upgrade older versions of bumps and/or periodictable, first ''uninstall'' any versions already installed. 49 {{{ 50 pip uninstall bumps 51 pip uninstall periodictable 52 }}} 53 You ''may'' need to issue these commands more than once to ensure that all previous versions are cleaned out. 45 54 == Step 3 - Install Git (or optionally stay with SVN) == 46 55