.. _installation: Installation ============ Install Jexia SDK with ``pip``: .. code-block:: console pip install jexia-sdk The development version can be downloaded from `GitHub `_. .. code-block:: console git clone https://github.com/jexia/jexia-sdk-python.git cd jexia-sdk-python pip install -e .[dev,test] Jexia-SDK requires Python version 2.7, 3.3, 3.4 or 3.5. It's also working with PyPy and PyPy3.