Installation Guide
To use the OpenAleph CLI and Python library, you'll need to install the openaleph
package.
Prerequisites
- Python 3.6 or higher
- pip (Python package installer)
We recommend that you use a virtual environment.
Installation Steps
-
Install the package:
-
Verify the installation:
This command should display the help information for the OpenAleph CLI.
You're now ready to use the OpenAleph CLI and Python library.
-
Optional: Add environmet variables
The
openaleph
cli uses environment variables to read the host of the OpenAleph instance you want to interact with, as well as the API key.Store this information in your shells rc file or export it before you use
openaleph
Alternatively, you can pass these values on the fly using the
--host
and--api-key
options.
Move to the next chapter to learn how openaleph
is used from the command line.