Changes between Version 4 and Version 5 of LinuxBuild
- Timestamp:
- Feb 4, 2016 10:50:44 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
LinuxBuild
v4 v5 20 20 21 21 == Install pip == 22 - The remaining dependencies can be installed using pip, which one could get and installby running the following:22 - The remaining dependencies can be installed using pip, which can be obtained by running the following: 23 23 {{{ 24 24 wget https://bootstrap.pypa.io/get-pip.py … … 27 27 28 28 == Install dependencies using pip == 29 - Once pip is installed one can install the remaining dependencies29 - Once pip is obtained the remaining dependencies are installed by: 30 30 {{{ 31 31 sudo pip install unittest-xml-reporting … … 36 36 37 37 == Compile !SasView == 38 - Then one can navigate to a !SasView source directory (most likely "cd sasview") and thensimply run38 - Then one can navigate to a !SasView source directory (most likely "cd sasview") and simply run 39 39 {{{ 40 40 python setup.py build # will build the package underneath 'build/'