source: sasview/mac_setup_homebrew.sh @ 05d167e

ESS_GUIESS_GUI_DocsESS_GUI_batch_fittingESS_GUI_bumps_abstractionESS_GUI_iss1116ESS_GUI_iss879ESS_GUI_iss959ESS_GUI_openclESS_GUI_orderingESS_GUI_sync_sascalccostrafo411magnetic_scattrelease-4.2.2ticket-1009ticket-1094-headlessticket-1242-2d-resolutionticket-1243ticket-1249ticket885unittest-saveload
Last change on this file since 05d167e was 05d167e, checked in by french, 7 years ago

Add OSX Build Instructions

  • Rename to 'mac_setup_homebrew.sh'
  • 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.