Installation & Guide
How to Install the Groclake Library
To use the Groclake library in your project, you need to install it using pip
. The library is available on the Test PyPI repository. Run the following command in your terminal to install it:
Prerequisites
Ensure that you have the necessary API credentials for the Groclake service:
GROCLAKE_API_KEY
GROCLAKE_ACCOUNT_ID
These should be set as environment variables before making any API requests.
Set Environment Variables
Before interacting with the CatalogLake API, make sure your API key and account ID are set up in your environment.
Python
Last updated