Skip to content

Commit 91110d1

Browse files
Merge pull request #50 from SylvainCorlay/sys-prefix
Sys prefix by default
2 parents f0da3d4 + 331e0d8 commit 91110d1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Using pip:
1313

1414
```
1515
pip install pythreejs
16-
jupyter nbextension enable --py pythreejs
16+
jupyter nbextension enable --py --sys-prefix pythreejs
1717
```
1818

1919
Using conda
@@ -28,8 +28,8 @@ For a development installation (requires npm):
2828
$ git clone https://github.com/jovyan/pythreejs.git
2929
$ cd pythreejs
3030
$ pip install -e .
31-
$ jupyter nbextension install --py --symlink --user pythreejs
32-
$ jupyter nbextension enable --py --user pythreejs
31+
$ jupyter nbextension install --py --symlink --sys-prefix pythreejs
32+
$ jupyter nbextension enable --py --sys-prefix pythreejs
3333
```
3434

3535
Note for developers: the `--symlink` argument on Linux or OS X allows one to

0 commit comments

Comments
 (0)