Installation ============ .. note:: `sepal-ui` has been renamed to `pysepal`. The old import path ``import sepal_ui`` still works via a compatibility shim but will be removed in a future release. .. note:: The Sepal environment is up to date with the latest stable version of :code:`pysepal`. No installation is required Stable release -------------- Use pip to install from `Pypi `_: .. code-block:: bash pip install pysepal From source ----------- The source of pysepal can be installed from the `GitHub repo `_: .. code-block:: bash python -m pip install git+https://github.com/openforis/pysepal.git#egg=pysepal For local development --------------------- .. code-block:: bash git clone https://github.com/openforis/pysepal.git cd pysepal/ pip install -e .