README.txt 1.1 KB

1234567891011121314151617181920212223242526272829303132333435
  1. ---------------------------
  2. Python package dependencies
  3. ---------------------------
  4. - VTK
  5. - pyOSC
  6. - pygame
  7. ------------------------------
  8. Install dependencies on Ubuntu
  9. ------------------------------
  10. Install VTK and pygame, and setuptools to be able to use easy_install:
  11. $ sudo apt-get install python-vtk python-pygame python-setuptools
  12. $ sudo easy_install pyOSC
  13. -------------------------------
  14. Install dependencies on Windows
  15. -------------------------------
  16. Go here: http://www.lfd.uci.edu/~gohlke/pythonlibs/, and install packages:
  17. - pygame-1.9.2pre.win32-py2.7.exe
  18. - VTK-5.8.0.win32-py2.7.exe
  19. Download the zip file from here: https://trac.v2.nl/wiki/pyOSC, and run:
  20. python setup.py install
  21. -------------------------------
  22. Using the Makefile (Linux only)
  23. -------------------------------
  24. Running 'make' in the root directory creates the directory 'build/', in which
  25. the output of latex documents is created. To be able to compile the report,
  26. commands 'pdflatex' and 'bibtex8' are required. To install these commands on
  27. Ubuntu, type:
  28. $ sudo apt-get install texlive-latex-base texlive-extra-utils