Skip to content

Commit 938cc92

Browse files
authored
Merge pull request #88 from QuantStack/mamba-install
2 parents 907edfd + 551f4f1 commit 938cc92

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

README.md

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,29 @@
44

55
A JupyterLab extension for embedding drawio / mxgraph.
66

7-
8-
97
## Requirements
108

119
* JupyterLab >= 3.0
1210

1311
## Install
1412

13+
`jupyterlab-drawio` can be installed with [`mamba`](https://github.com/mamba-org/mamba):
14+
1515
```bash
16-
pip install jupyterlab-drawio
16+
mamba install -c conda-forge jupyterlab-drawio
17+
```
18+
19+
With `conda`:
20+
21+
```bash
22+
conda install -c conda-forge jupyterlab-drawio
1723
```
1824

25+
With `pip`:
26+
27+
```bash
28+
pip install jupyterlab-drawio
29+
```
1930

2031
## Contributing
2132

0 commit comments

Comments
 (0)