Installing

Installing#

oauthenticator is a package available on PyPI and conda forge and can be installed using pip, conda or cloning the repository.

  1. Install with pip:

    python3 -m pip install oauthenticator
    
  2. Install with conda:

    conda install -c conda-forge oauthenticator
    

Note

For a development install guide and instructions about how to start contributing to this repository, refer to CONTRIBUTING.md