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 pysepal.
No installation is required
Stable release#
Use pip to install from Pypi:
pip install pysepal
From source#
The source of pysepal can be installed from the GitHub repo:
python -m pip install git+https://github.com/openforis/pysepal.git#egg=pysepal
For local development#
git clone https://github.com/openforis/pysepal.git
cd pysepal/
pip install -e .