Skip to content

Commit 5fb0fb3

Browse files
docs: add conda badge and installation details
1 parent 007cf56 commit 5fb0fb3

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
![Github Actions Status](https://github.com/QuantStack/jupyterlab-snippets/workflows/Build/badge.svg)
44
[![Version](https://img.shields.io/pypi/v/jupyterlab-snippets.svg)](https://pypi.python.org/project/jupyterlab-snippets)
5+
[![Conda Version](https://img.shields.io/conda/vn/conda-forge/jupyterlab-snippets.svg)](https://anaconda.org/conda-forge/jupyterlab-snippets)
56

67
Snippets Extension for JupyterLab.
78

@@ -16,8 +17,21 @@ for the frontend extension.
1617

1718
## Install
1819

20+
Using conda:
21+
22+
```
23+
conda install -c conda-forge jupyterlab-snippets
24+
```
25+
26+
Using pip:
27+
1928
```bash
2029
pip install jupyterlab-snippets
30+
```
31+
32+
Rebuild JupyterLab:
33+
34+
```bash
2135
jupyter lab build
2236
```
2337

0 commit comments

Comments
 (0)