Install the Decapod CLIΒΆ

To install the Decapod CLI on a local machine, install two packages:

  • decapodlib, the RPC client library to access the Decapod API
  • decapod-cli, the CLI wrapper for the library

To install the Decapod CLI:

  1. At the top level of the source code repository, run the following command to build the packages and place them to the output/eggs directory:

    $ make build_eggs
    
  2. Install the packages:

    $ pip install output/eggs/decapodlib*.whl output/eggs/decapod_cli*.whl
    
  3. Run decapod to verify the installation.