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

Prerequisites

The Gro API Client requires the following OS-dependent system requirements.

MacOS and Linux

  1. git Installation instructions

  2. python version 3.5 or above from https://www.python.org. Support for Python 2.7.13 or above is also maintained, but with its End of Life soon approaching, Python 3 is recommended.

Windows

The Gro API Client package is supported both with or without Anaconda. However, some popular data science packages, including some used in the sample scripts provided, are only available on Windows via conda. For that reason, instructions are provided for both. You should select the distribution that fits your requirements.

Anaconda

  1. Download Anaconda with Python 3.5 or above from anaconda.com soon approaching, it is recommended you start with Python 3.

  2. Install Git from git-scm.com. Proceed with the default options.

Non-Anaconda

  1. Powershell (should come default with Windows)

  2. Download Python version 3.5 or above from python.org. Support for Python 2.7.13 or above is also maintained, but with its End of Life soon approaching, it is recommended you start with Python 3.

  3. Install both Python and pip to PATH either in the installer (enable component during the installation) or manually. The easiest way to do this is to make sure the below is checked during installation:

    Add python to path installer
  4. Install Git from [git-scm.com](https://git-scm.com/download/win). Proceed with the default options.