Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mkery committed Feb 1, 2021
1 parent 6da5949 commit ca4439e
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,11 @@ For design discussion and the research behind this check out our [paper](https:/
## Prerequisites

* Verdant works with > JupyterLab 3.0 (current latest version)
* to install or update your JupyterLab to 3.0: `pip install jupyterlab==3` or `conda install -c conda-forge jupyterlab=3`
Verdant works with > JupyterLab 3.0 (current latest version). To install or update your JupyterLab to 3.0:

with pip: `pip install jupyterlab==3`

with conda: `conda install -c conda-forge jupyterlab=3`

## Install

Expand Down

0 comments on commit ca4439e

Please sign in to comment.