-
Notifications
You must be signed in to change notification settings - Fork 0
Set up environment
lazy5f edited this page Aug 17, 2016
·
3 revisions
- Install Python 3.5
- Install PyQt5
pip install PyQt5
- Install vtk 7
- Install simpleITK
pip install simpleitk
-
Install Xcode
-
xcode-select
- https://github.com/Homebrew/homebrew-python/issues/234
$ sudo xcode-select --install
- Install homebrew (do not use
sudo!)
- http://brew.sh/
$ /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
- Update homebrew
- https://github.com/Homebrew/brew/blob/master/share/doc/homebrew/Troubleshooting.md
$ brew update$ brew update$ brew doctor
- Install Python 3.5
$ brew install python3
- Install PyQt5
$ brew install pyqt5
- Install vtk 7
- https://blog.kitware.com/kitware-packages-on-os-x-with-homebrew/
$ brew tap homebrew/homebrew-science$ brew install vtk --without-python --with-python3