Installation

From sources

At this point this is the main method of obtaining MicroInverse. PyPi release will be available once the code is in shape for that.

The sources for MicroInverse can be downloaded from the Github repo.

You can either clone the public repository:

$ git clone git://github.com/AleksiNummelin/MicroInverse

Or download the tarball:

$ curl  -OL https://github.com/AleksiNummelin/MicroInverse/tarball/master

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

$ python setup.py install

Stable release

At present MicroInverse is still at its development phase and not hosted by PyPi. Once it will be available you can install MicroInverse, by running this command in your terminal:

$ pip install MicroInverse

If you don’t have pip installed, this Python installation guide can guide you through the process.