Installation ============ GClient Service Account Auth is compatible with Python versions 2.7. For it to work with Python 3, Google's underlying library, google-api-python-client will need to `support python 3`_. .. _support python 3: https://github.com/google/google-api-python-client/issues/3 Installation with Pip --------------------- GClient Service Account Auth is available on PyPi. It can be installed using ``pip``:: pip install gclient-service-account-auth