Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaskruchten committed Nov 12, 2019
1 parent 4ade0d1 commit 3ca829c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,8 @@ pip install jupyterlab==1.2 "ipywidgets==7.5"
or conda.

```
conda install jupyterlab=1.2 "ipywidgets=7.5"
conda install -c conda-forge jupyterlab=1.2
conda install "ipywidgets=7.5"
```

Then run the following commands to install the required JupyterLab extensions (note that this will require [`node`](https://nodejs.org/) to be installed):
Expand Down

0 comments on commit 3ca829c

Please sign in to comment.