Skip to content

Poincare-code/mileva

Repository files navigation

mileva

Python toolkit for symbolic computations in General Relativity.

Build status Build status Build status

About

Mostly just sympy wrappers, tailored to my personal needs.

Installation

Get the latest release (version 0.0.3) either from PyPI, using pip, with:

pip install mileva

or from Anaconda.org (only linux-64 and osx-intel-64), using conda, with:

conda install -c freddeceuster mileva

or download the source code, unzip, and install with pip by executing:

pip install .

in the root directory of the code.