Note: This document is for an older version of the Gro API Client. Please see the latest documentation.

Installation

Now that you have downloaded the base system requirements, you will need to install the packages for the Gro API Client.

Install with pip

pip install git+https://github.com/gro-intelligence/api-client.git

Note: even if you are using Anaconda, the API Client install should still be performed using pip and not conda.

Inspect the package

To find the location on your filesystem where the Gro package has been installed and to see the version you have installed you can use the query:

pip show gro

Stay updated

To ensure that you have the latest client version with newest features, you can use the following command:

pip install --upgrade git+https://github.com/gro-intelligence/api-client.git