(installing)=

# Installing

`oauthenticator` is a package available on [PyPI](https://pypi.org/project/oauthenticator/) and
[conda forge](https://conda-forge.org/) and can be installed using pip, conda or cloning the repository.

1. Install with pip:

   ```bash
   python3 -m pip install oauthenticator
   ```

2. Install with conda:

   ```bash
   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`](https://github.com/jupyterhub/oauthenticator/blob/main/CONTRIBUTING.md)
```
