Skip to content

Commit 2b358ee

Browse files
authored
Add conda-forge install to the README (#64)
1 parent 042880a commit 2b358ee

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,18 @@ https://github.com/user-attachments/assets/49147847-2b98-4016-8a11-5d0e8d9749e1
2727

2828
## Install
2929

30+
To install the extension with `pip`:
31+
3032
```bash
3133
pip install jupyterlab-quickopen
3234
```
3335

36+
With `conda` / `mamba`:
37+
38+
```bash
39+
conda install -c conda-forge jupyterlab-quickopen
40+
```
41+
3442
## Configure
3543

3644
### Using a custom Keyboard Shortcut

0 commit comments

Comments
 (0)