Changes between Version 20 and Version 21 of DevNotes/Obsolete/AnacondaSetup


Ignore:
Timestamp:
Apr 29, 2015 4:27:49 AM (9 years ago)
Author:
smk78
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • DevNotes/Obsolete/AnacondaSetup

    v20 v21  
    6565}}} 
    6666 
    67 == Step 5 - Check that the Right Version of Python is Being Used == 
     67== Step 5 - Download the Optimiser Package & Periodic Table Package == 
     68Added by smk78 
     69{{{ 
     70# With Git: 
     71git clone https://github.com/bumps/bumps.git bumps-code 
     72git clone https://github.com/pkienzle/periodictable.git periodictable-code 
     73}}} 
     74 
     75== Step 6 - Check that the Right Version of Python is Being Used == 
    6876 
    6977Ask your console which versions of Python it can find: 
     
    8896* If you have an old SasView development environment set up, then you may have an installation of Python2.6 that doesn't play nice with Anaconda.  Uninstall it using the Control Panel and it should clear everything up. 
    8997 
    90 == Step 6 - Build SasView == 
     98== Step 7 - Install the Optimiser Package & Periodic Table Package == 
     99Added by smk78 
     100 
     101Navigate to the bumps-code folder: 
     102{{{ 
     103python setup.py install 
     104}}} 
     105Navigate to the periodictable-code folder: 
     106{{{ 
     107python setup.py install 
     108}}} 
     109 
     110== Step 8 - Build SasView == 
    91111 
    92112{{{ 
     
    98118If so, then make sure the {{{C:/AnacondaInstallDir/MinGW/bin}}} folder is at the beginning of your Path environment variable.  
    99119 
    100 == Step 7 - Run SasView from the Code ==  
     120== Step 9 - Run SasView from the Code ==  
    101121 
    102122You should then be able to run SasView “in-place” from the code, using: