README.txt 401 B

123456789101112131415
  1. Python package dependecies:
  2. - OpenGL
  3. - Kivy (+ PyGame)
  4. - VTK
  5. Install dependencies on Ubuntu Linux:
  6. $ sudo apt-get install python-opengl python-kivy python-vtk
  7. Install dependencies on Windows:
  8. go here: http://www.lfd.uci.edu/~gohlke/pythonlibs/
  9. Install the following packages:
  10. - PyOpenGL-3.0.1.win32-py2.7.exe
  11. - pygame-1.9.2pre.win32-py2.7.exe
  12. - Kivy-1.1.1.win32-py2.7.exe
  13. - VTK-5.8.0.win32-py2.7.exe