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 Poetry for packaging and dependency management. If you want to build capella-console-client from source, you need to install Poetry first:

$ curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python3

There are several other ways to install Poetry, as seen in the official guide.

To install capella-console-client and its dependencies in editable mode, execute

$ make install