Development InstallΒΆ

Firstly, fork the project and get a local copy with:

$ git clone git@github.com:<your-username>/pyoidc.git

PyOIDC supports Python 3.

Installation via a virtual environment is highly recommended.

Install dependencies (using Pip) via:

$ make install

Note

The dependencies will require that you compile your Python source code with byte-compiling. This means avoiding the -B option and not setting PYTHONDONTWRITEBYTECODE.