source: sasview/mac_setup.sh @ ae6925a0

Last change on this file since ae6925a0 was ae6925a0, checked in by Robert D. French <robert@…>, 7 years ago

Add OSX Build Instructions

  • Property mode set to 100644
File size: 154 bytes
Line 
1#!/bin/bash
2sudo pip install Pillow
3brew tap homebrew/science
4brew install hdf5
5sudo pip install h5py
6xcode-select --install
7sudo python setup.py install
Note: See TracBrowser for help on using the repository browser.