Commit adc952b9 authored by Taddeus Kroes's avatar Taddeus Kroes

Added dependencies to README.

parent 27c29a0e
Use main.bat to run on a Windows machine, run main.py on a Linux machine.
\ No newline at end of file
Python package dependecies:
- OpenGL
- Kivy (+ PyGame)
- VTK
Install dependencies on Ubuntu Linux:
$ sudo apt-get install python-opengl python-kivy python-vtk
Install dependencies on Windows:
go here: http://www.lfd.uci.edu/~gohlke/pythonlibs/
Install the following packages:
- PyOpenGL-3.0.1.win32-py2.7.exe
- pygame-1.9.2pre.win32-py2.7.exe
- Kivy-1.1.1.win32-py2.7.exe
- VTK-5.8.0.win32-py2.7.exe
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment