Python package

Install the latest released version of the CLI

The easiest way to install Garaga is via pip, which will fetch and install the pre-built binary wheels for your platform.

  1. Open your terminal or command prompt.

  2. (Optional) If you're using a virtual environment (venv), simply activate your venv.

  3. Run the following command to install release:

    pip install garaga
  4. Once the package is successfully installed, the CLI will be accessible via the command line:

    garaga

Install from a specific commit / from source

To install a version at specific commit, pick a commit hash from the github history and use :

pip install git+https://github.com/keep-starknet-strange/garaga.git@COMMIT_HASH

Last updated

Was this helpful?