Skip to content

Commit 102b4f2

Browse files
authored
Update CONTRIBUTING.md
1 parent 150ff1c commit 102b4f2

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Diff for: CONTRIBUTING.md

+8
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ A full development environment will require:
1919
```bash
2020
conda install -c conda-forge 'nodejs>=12'
2121
```
22+
Or, if you're outside of a conda enviornment, use the node version manager. See
23+
[install nvm](https://github.com/nvm-sh/nvm#install--update-script).
2224

2325
## Development Tasks
2426

@@ -58,6 +60,12 @@ npm run build:all
5860
jupyter nbextension install --py --symlink --sys-prefix pythreejs
5961
```
6062

63+
Or alternatively as a user local installation:
64+
65+
```bash
66+
jupyter nbextension install --py --symlink --user pythreejs
67+
```
68+
6169
### Build the python distributions
6270

6371
```bash

0 commit comments

Comments
 (0)