Skip to content

Commit

Permalink
Add conda-forge install to the README (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
jtpio authored Oct 9, 2024
1 parent 042880a commit 2b358ee
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,18 @@ https://github.com/user-attachments/assets/49147847-2b98-4016-8a11-5d0e8d9749e1

## Install

To install the extension with `pip`:

```bash
pip install jupyterlab-quickopen
```

With `conda` / `mamba`:

```bash
conda install -c conda-forge jupyterlab-quickopen
```

## Configure

### Using a custom Keyboard Shortcut
Expand Down

0 comments on commit 2b358ee

Please sign in to comment.