Setup ===== Install stable version from pypi -------------------------------- The easiest way to install *netjsonconfig* is via the `python package index `_: .. code-block:: shell pip install netjsonconfig Install development version --------------------------- If you need to test the latest development version you can do it in two ways; The first option is to install a tarball: .. code-block:: shell pip install https://github.com/openwisp/netjsonconfig/tarball/master The second option is to install via pip using git (this will automatically clone the repo and store it on your hard drive): .. code-block:: shell pip install -e git+git://github.com/openwisp/netjsonconfig#egg=netjsonconfig Install git fork for contributing --------------------------------- If you want to contribute see :ref:`install_fork`.