Installation#

Note

The Sepal environment is up to date with the latest stable version of sepal_ui. No installation is required

Stable release#

Use pip to install from Pypi:

pip install sepal-ui

From source#

The source of sepal_ui can be installed from the GitHub repo:

python -m pip install git+git://github.com/12rambau/sepal_ui.git#egg=sepal_ui

For local development#

git clone https://github.com/12rambau/sepal_ui.git
cd sepal_ui/
pip install -e .