.. _installation: Installation ============ Install Flask-Registry with ``pip``: .. code-block:: console $ pip install flask-registry The development version can be downloaded from `its page at GitHub `_. .. code-block:: console $ git clone https://github.com/inveniosoftware/flask-registry.git $ cd flask-registry $ python setup.py develop $ ./run-tests.sh Requirements ------------ Flask-Registry has the following dependencies: * `Flask `_ * `six `_ Flask-Registry requires Python version 2.6, 2.7 or 3.3+