Skip to content

Commit

Permalink
fix install commands (#176)
Browse files Browse the repository at this point in the history
* correct install scripts

* add `--pre` pre-release flag
  • Loading branch information
AjayThorve authored Dec 12, 2023
1 parent 914a4c7 commit e529d2a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,17 +69,17 @@ JupyterLab-nvdashboard v4 is designed exclusively for JupyterLab v4 and later ve

```bash
# nightly version (for jupyterlab>=4)
conda install -c rapidsai-nightly jupyterlab-nvdashboard
conda install -c rapidsai-nightly -c conda-forge jupyterlab-nvdashboard

# stable version (for jupyterlab<4)
conda install -c rapidsai jupyterlab-nvdashboard
conda install -c rapidsai -c conda-forge jupyterlab-nvdashboard
```

### PyPI

```bash
# nightly version (for jupyterlab>=4)
pip install -i https://pypi.anaconda.org/rapidsai-wheels-nightly/simple jupyterlab_nvdashboard
pip install --extra-index-url https://pypi.anaconda.org/rapidsai-wheels-nightly/simple --pre jupyterlab_nvdashboard

# stable version (for jupyterlab<4)
pip install jupyterlab_nvdashboard
Expand Down

0 comments on commit e529d2a

Please sign in to comment.