Install pittgoogle-client

Tools for interacting with Pitt-Google Broker data resources on Google Cloud Platform.

The basic install command is:

pip install pittgoogle-client

This is imported as:

import pittgoogle

If you have trouble with dependencies, you may want to try creating a Conda environment using an environment file that you can download from the repo.

# download the file, create, and activate the environment
wget https://raw.githubusercontent.com/mwvgroup/pittgoogle-client/main/pittgoogle_env.yml
conda env create --file pittgoogle_env.yml
conda activate pittgoogle