-
Notifications
You must be signed in to change notification settings - Fork 76
Pi3D Download and Install
tipam edited this page Jun 19, 2012
·
4 revisions
Pi3D is a python module so you will need to use python on the Raspberry Pi. These instructions assume that you are using the Debian LXDE desktop with pre-installed softwares.
Open the Midori internet browser and enter/select this link: https://github.com/tipam/pi3d/tarball/master to download the Pi3D code with examples
Decompress the code into a sensible folder such as Pi3D
Install the Python Imaging Library by opening a terminal and entering:
su root
apt-get install python-imaging
Open Geany from the Programming menu of the LX Desktop Panel (Far bottom left icon).
Open an example file from the Pi3D directory such as 'earth.py' or 'shapes.py'. Select the 'cogs' icon to the run the example.