Skip to content

Commit 53b9f10

Browse files
authored
Update README with pip installation
1 parent cc1f6df commit 53b9f10

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,14 @@ for the frontend extension.
2020
- JupyterLab >= 3.0
2121

2222
## Install
23-
23+
Install using jupyter:
2424
```bash
2525
jupyter labextension install jupyterlab-code-snippets
2626
```
27+
Install using pip:
28+
```bash
29+
pip install jupyterlab-code-snippets
30+
```
2731

2832
## Troubleshoot
2933

0 commit comments

Comments
 (0)