Skip to content

Latest commit

 

History

History
59 lines (38 loc) · 1.03 KB

windows_installation.md

File metadata and controls

59 lines (38 loc) · 1.03 KB

Braviz Windows Installation

Pre-requisites

  1. QT
  2. Python 2
  3. PyQt4
  4. VTK 6 (standalone vtk-python installer )
  5. R

Additional Python packages

Binary, download from unofficial python binaries:

  1. Numpy
  2. Scipy
  3. Matplotlib
  4. pyzmq
  5. pandas
  6. PyWin32
  7. rpy2: define r_home and r_user environment variables
  8. psutil
  9. tornado

Pure python, install using pip

  1. nibabel
  2. seaborn
  3. xlrd
  4. XlsxWriter
  5. colorbrewer*
  6. rdflib*
  7. httplib2*
  8. futures
  9. (savReaderWriter) : for parsing meta data from spss files

R-packages

From the R console run install.packages("<package-name>")

  1. randomForest
  2. arm
  3. car

Initial setup

Configure projects and populate cache

Environment Variables

Be sure the VTK-python bin folder is in your PATH environment variable. Add the braviz root folder and the VTK-python bin\Lib\site-packages folder to the PYTHONPATH environment variable