You will need to pick up two packages from github.
The rest should be found on Pypi
You should do the following:
- git clone https://github.com/rohe/otest.git
- cd otest; python setup.py install
- cd ..
- git clone https://github.com/rohe/oidctest.git
- cd oidctest; python setup.py install
You also needs oic and jwkest both of which you can find on pypi.org They should have been pulled in when you installed oidctest but if not you must do:
- pip install jwkest
- pip install oic