Skip to content

Commit

Permalink
Merge pull request #88 from QuantStack/mamba-install
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfv authored May 5, 2021
2 parents 907edfd + 551f4f1 commit 938cc92
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,29 @@

A JupyterLab extension for embedding drawio / mxgraph.



## Requirements

* JupyterLab >= 3.0

## Install

`jupyterlab-drawio` can be installed with [`mamba`](https://github.com/mamba-org/mamba):

```bash
pip install jupyterlab-drawio
mamba install -c conda-forge jupyterlab-drawio
```

With `conda`:

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

With `pip`:

```bash
pip install jupyterlab-drawio
```

## Contributing

Expand Down

0 comments on commit 938cc92

Please sign in to comment.