Installation
Use a Published Release
To install capella-console-client, simply run this command in your terminal of
choice:
$ pip install capella-console-client
Build from Source
$ git clone git@github.com:capellaspace/console-client.git
Or, via tarball:
$ curl -OL https://github.com/capellaspace/console-client/tarball/main
Note
If you are using windows, you can also download a zip instead:
$ curl -OL https://github.com/capellaspace/console-client/zipball/main
capella-console-client uses uv for packaging and
dependency management. If you want to build capella-console-client from source, you
need to install uv first:
$ curl -LsSf https://astral.sh/uv/install.sh | sh
There are several other ways to install uv, as seen in the official guide.
To install capella-console-client and its dependencies in editable mode, execute
$ make install