Join us at the Living Planet Symposium 2025 (23—27 June 2025) in Vienna 🌍. Learn more here.
Documentation
Install
You can install the library and CLI using pip.
pip install eotdl
To verify the installation you can run the help
command, which will give you a list of all the available commands in the CLI.
eotdl --help
To upgrade the library and CLI to the latest version, you can run the following command.
pip install eotdl --upgrade
The library and CLI require Python >= 3.8.