**************************
Installation
**************************

Installing the latest stable version
======================================

Make sure you have ``pip`` installed. ``featuremonkey`` can then be installed using the following command::

    pip install featuremonkey


Installing the development version
======================================

To get the development version of ``featuremonkey`` directly from github, use::

    pip install git+https://github.com/henzk/featuremonkey.git#egg=featuremonkey

You can check by importing ``featuremonkey`` from a python prompt.
If you don't see an error, everything should be ok.
