Changes between Version 4 and Version 5 of LinuxBuild


Ignore:
Timestamp:
Feb 4, 2016 8:50:44 AM (8 years ago)
Author:
wojciech
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • LinuxBuild

    v4 v5  
    2020 
    2121== Install pip == 
    22 - The remaining dependencies can be installed using pip, which one could get and install by running the following: 
     22- The remaining dependencies can be installed using pip, which can be obtained by running the following: 
    2323{{{ 
    2424wget https://bootstrap.pypa.io/get-pip.py 
     
    2727 
    2828== Install dependencies using pip == 
    29 - Once pip is installed one can install the remaining dependencies  
     29- Once pip is obtained the remaining dependencies are installed by: 
    3030{{{ 
    3131sudo pip install unittest-xml-reporting 
     
    3636 
    3737== Compile !SasView == 
    38 - Then one can navigate to a !SasView source directory (most likely "cd sasview") and then simply run 
     38- Then one can navigate to a !SasView source directory (most likely "cd sasview") and simply run 
    3939{{{ 
    4040python setup.py build      # will build the package underneath 'build/'