Skip to content

Latest commit

 

History

History
54 lines (33 loc) · 1.26 KB

README.rst

File metadata and controls

54 lines (33 loc) · 1.26 KB


image

image

Modeler

3D modeling in Python. This project builds from Erick Dransch's excellent 3D modeller tutorial.

Documentation

For references, tutorials, and examples check out our documentation.

Installation

From Sources:

You can either clone the public repository:

git clone git://github.com/yngtodd/modeler

Or download the tarball:

curl  -OL https://github.com/yngtodd/modeler/tarball/master

Once you have a copy of the source, you can install it with:

python setup.py install