Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 433 Bytes

CONTRIBUTING.md

File metadata and controls

15 lines (8 loc) · 433 Bytes

Contributing

Welcome! As a Jupyter project, we follow the Jupyter contributor guide.

To set up a development environment for this repository:

  1. Clone this repository:

     git clone https://github.com/jupyterhub/oauthenticator
    
  2. Do a development install with pip:

     cd oauthenticator
     pip install -e .