Installation

Stable release

To install Python client for Degreed API, run this command in your terminal:

$ pip install degreed-client

This is the preferred method to install Python client for Degreed API, as it will always install the most recent stable release. After installing ensure that version 19.1.0 or greater is install, if not please upgrade your version.

If you don’t have pip installed, this Python installation guide can guide you through the process.

From sources

The sources for Python client for Degreed API can be downloaded from the Github repo.

You can either clone the public repository:

$ git clone git://github.com/Rmaravanyika/degreedClient

Or download the tarball:

$ curl  -OL https://github.com/Rmaravanyika/degreedClient/tarball/master

Once you have a copy of the source, you can install it with:

$ python setup.py install