From 76be0b0d235c922c5561bc8a5d4d83b61eaa536b Mon Sep 17 00:00:00 2001 From: Joey Date: Thu, 6 Feb 2014 10:54:43 -0700 Subject: [PATCH] Update README.md --- README.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/README.md b/README.md index b2bdad5..8b6f016 100644 --- a/README.md +++ b/README.md @@ -6,3 +6,25 @@ A general purpose, batteries included, vector based GUI library made in python a Right now I have an example in test.py that tests the functionality in panda3d. Go to panda3d.org to download it and then run the script with python test.py. +Startup Guide +------------- + +Install python-cairo, python-gobject, python-gi-cairo + +On Ubuntu: + + sudo apt-get install python-cairo python-gobject python-gi-cairo -y + +To run test.py and gtktest.py, you'll need panda3d and pygtk respectively + + sudo apt-get install python-gtk2 + +You'll have to go to https://www.panda3d.org/download.php?sdk&version=1.8.1 to get the latest version, or compile it from source if your OS isn't supported. + +After that, you should be able to run + + python test.py + +or + + python gtktest.py