Parcourir la source

Added dependencies to README.

Taddeus Kroes il y a 14 ans
Parent
commit
adc952b900
1 fichiers modifiés avec 15 ajouts et 1 suppressions
  1. 15 1
      README.txt

+ 15 - 1
README.txt

@@ -1 +1,15 @@
-Use main.bat to run on a Windows machine, run main.py on a Linux machine.
+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