README.txt 581 B

123456789101112131415161718
  1. Python package dependecies:
  2. - OpenGL
  3. - Kivy (+ PyGame)
  4. - VTK
  5. Install dependencies on Ubuntu (11.10):
  6. $ sudo apt-get install python-setuptools python-pygame python-opengl \
  7. python-gst0.10 python-enchant gstreamer0.10-plugins-good cython python-dev \
  8. build-essential libgl1-mesa-dev libgles2-mesa-dev python-vtk
  9. $ sudo easy_install kivy
  10. Install dependencies on Windows:
  11. go here: http://www.lfd.uci.edu/~gohlke/pythonlibs/
  12. Install the following packages:
  13. - PyOpenGL-3.0.1.win32-py2.7.exe
  14. - pygame-1.9.2pre.win32-py2.7.exe
  15. - Kivy-1.1.1.win32-py2.7.exe
  16. - VTK-5.8.0.win32-py2.7.exe