Installation#

Stable release#

To install animation-maker, run this command in your terminal:

$ pip install anim

This is the preferred method to install animation-maker, as it will always install the most recent stable release.

From sources#

The sources for animation-maker can be downloaded from the Github repo.

You can either clone the public repository:

$ git clone git://github.com/ludwigVonKoopa/anim

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

$ pip install .