Skip to content
This repository has been archived by the owner on Apr 28, 2021. It is now read-only.

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 .