.. _installation: ============ Installation ============ Stable release -------------- To install animation-maker, run this command in your terminal: .. code-block:: console $ 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: .. code-block:: console $ git clone git://github.com/ludwigVonKoopa/anim Once you have a copy of the source, you can install it with: .. code-block:: console $ pip install . .. _Github repo: https://github.com/ludwigVonKoopa/anim