Skip to content

Set up environment

lazy5f edited this page Aug 17, 2016 · 3 revisions

Windows

Install Python 3.5, PyQt5, vtk 7, SimpleITK 0.10.0 (2016, August 17)

  1. Install Python 3.5
  1. Install PyQt5
  • pip install PyQt5
  1. Install vtk 7
  1. Install simpleITK
  • pip install simpleitk

Mac

Install Python 3.5, PyQt5, vtk 7 using homebrew (2016, August 17)

  1. Install Xcode

  2. xcode-select

  1. Install homebrew (do not use sudo!)
  • http://brew.sh/
  • $ /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
  1. Update homebrew
  1. Install Python 3.5
  • $ brew install python3
  1. Install PyQt5
  • $ brew install pyqt5
  1. Install vtk 7

Clone this wiki locally