Personal tools
You are here: Home Documentation FAQ How do I build and install Pivy?
Document Actions

How do I build and install Pivy?

Pivy uses distutils. In order to build Pivy simply run python setup.py build followed by an python setup.py install. Depending on your setup and platform you might need to gain root access to succesfully run the install command.

You should now be able to launch the examples in the examples/Mentor/ directory.