Changeset feb62c6 in sasview
- Timestamp:
- Mar 16, 2017 8:50:44 PM (8 years ago)
- Children:
- f1a6b50
- Parents:
- c08756f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
docs/README-BUILD-TIPS.TXT
rd09f0ae1 rfeb62c6 2 2 ================================ 3 3 4 Note - at the current time sasview will only run in gui form under Python 2. 4 5 5 The build works in the usualy pythonic way: 6 Before trying to install and run sasview you'll need to check what 7 dependencies are required: 8 9 $ python check_packages.py 10 11 Many of these are available from PyPi, but some (e.g. h5py) may require more 12 involvement to build and install. If you use the conda package manager then 13 many of the pre-built dependencies are available there. This may be the easiest 14 route if you are on windows. 15 16 The build works in the pythonic way: 6 17 7 18 $ python setup.py build # will build the package underneath 'build/' 8 $ python setup.py install # will install the package 9 19 $ python setup.py install # will install the package into site-packages 10 20 11 21 … … 14 24 $ python run.py # will run the code in place (building the C code once, if required) 15 25 26 On OSX or windows you may need to use: 16 27 17 18 To check all dependencies are met: 19 20 $ python deps.py 21 $ python check_packages.py 22 23 Both tell you different parts of the story, unfortunately. 24 28 $ pythonw run.py 25 29 26 30
Note: See TracChangeset
for help on using the changeset viewer.