Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Changed a couple of links to point to the upstream repo
  • Loading branch information
NickLeaf authored Aug 16, 2022
1 parent 8cba45d commit 7a8ac21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ There are two ways to install ipyparaview, both of which rely on pip. The lightw

##### Lightweight quick install

$ pip install git+https://github.com/Kitware/ipyparaview.git
$ pip install git+https://github.com/NVIDIA/ipyparaview.git
$ jupyter nbextension enable --py --sys-prefix ipyparaview

From within a conda environment:
Expand All @@ -33,7 +33,7 @@ From within a conda environment:

##### Fully-featured local source installation (with conda)

$ git clone https://github.com/Kitware/ipyparaview.git
$ git clone https://github.com/NVIDIA/ipyparaview.git
$ cd ipyparaview
$ pip install -e .
$ jupyter nbextension install --py --symlink --sys-prefix ipyparaview
Expand Down

0 comments on commit 7a8ac21

Please sign in to comment.