Skip to content
deavid edited this page Sep 13, 2010 · 4 revisions

PyWorlds Installation Guide

As this is (until now) a Pure Python Module, all you need is to copy the files in src to the right directory in your system.

The easiest way to do that is executing python setup.py install as root.

The examples included in tests/ are functional without installing the library.

Dependencies

To run PyWorlds you will need:

- Soya3d (>=0.14)
- Python 2.5

Clone this wiki locally