Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 542 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 542 Bytes

PyGeometry

CircleCI

This is a library for performing all common operations with geometric entities belonging to the most common differentiable manifolds.

Documentation is available at:

http://andreacensi.github.com/geometry/

Installation (Ubuntu)

Install Numpy and Scipy:

sudo apt-get install python-numpy python-scipy

Install PyGeometry:

python setup.py install   # or "develop"