README.txt 382 B

123456789101112131415
  1. Python package dependecies:
  2. - VTK
  3. - pyOSC
  4. For test programs:
  5. - pygame
  6. Install dependencies on Ubuntu (11.10):
  7. $ sudo apt-get install python-setuptools python-pygame python-vtk
  8. $ sudo easy_install pyOSC
  9. Install dependencies on Windows:
  10. Go here: http://www.lfd.uci.edu/~gohlke/pythonlibs/
  11. Install the following packages:
  12. - pygame-1.9.2pre.win32-py2.7.exe
  13. - VTK-5.8.0.win32-py2.7.exe