Skip to content

Commit

Permalink
Add conda badge
Browse files Browse the repository at this point in the history
  • Loading branch information
fcollonval authored Mar 10, 2021
1 parent 866a9ca commit 67352f7
Showing 1 changed file with 19 additions and 3 deletions.
22 changes: 19 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# jupyterlab-pullrequests

[![Build Status](https://github.com/jupyterlab/pull-requests/actions/workflows/build.yml/badge.svg)](https://github.com/jupyterlab/pull-requests/actions/workflows/build.yml)
[![Version](https://img.shields.io/npm/v/@jupyterlab/pullrequests.svg)](https://www.npmjs.com/package/@jupyterlab/pullrequests)
[![Version](https://img.shields.io/pypi/v/jupyterlab-pullrequests.svg)](https://pypi.org/project/jupyterlab-pullrequests/)
[![NPM Version](https://img.shields.io/npm/v/@jupyterlab/pullrequests.svg)](https://www.npmjs.com/package/@jupyterlab/pullrequests)
[![Pypi Version](https://img.shields.io/pypi/v/jupyterlab-pullrequests.svg)](https://pypi.org/project/jupyterlab-pullrequests/)
[![Conda Version](https://img.shields.io/conda/vn/conda-forge/jupyterlab-pullrequests.svg)](https://anaconda.org/conda-forge/jupyterlab-pullrequests)

A JupyterLab extension for reviewing pull requests.

Expand All @@ -25,16 +26,31 @@ For now, it supports GitHub and GitLab providers.

### 1. Install the extension with the following steps

With pip:

```bash
pip install jupyterlab-pullrequests
jupyter lab build
```

Or with conda:

```bash
pip install --upgrade jupyterlab-pullrequests
conda install -c conda-forge jupyterlab-pullrequests
jupyter lab build
```


For GitLab, in addition, you will need to

```bash
pip install diff-match-patch
```
Or with conda:

```bash
conda install -c conda-forge diff-match-patch
```

### 2. Getting your access token

Expand Down

0 comments on commit 67352f7

Please sign in to comment.