Skip to content

Installation

A python client, the Celestical TUI (Terminal User Interface) has been developed for you to deploy directly from your terminal and integrate celestical in your CI/CD processes.

The following installation steps are provided with the standard pip way of managing and installing packages. Feel free to adapt this to your package manager; poetry, uv, etc.

Regular installation and update

bash
pip install -U celestical

Installation of a pre-release

Sometimes you could reach for a feature in beta. Here is how to access pre-releases.

bash
pip install 'celestical>3' --pre