Skip to content

Commit

Permalink
add conda installation instructions (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
afeld authored Dec 8, 2024
1 parent 0bfff82 commit 4f8d5c9
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,18 @@ RISE: "Live" Reveal.js JupyterLab Slideshow extension.

## Install

To install the extension, execute:
To install the extension with pip, execute:

```bash
pip install jupyterlab_rise
```

For conda, execute:

```bash
conda install conda-forge::jupyterlab_rise
```

For JupyterLab 3.x, install version prior to 0.40.0:

```bash
Expand Down

0 comments on commit 4f8d5c9

Please sign in to comment.