We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 150ff1c commit 102b4f2Copy full SHA for 102b4f2
CONTRIBUTING.md
@@ -19,6 +19,8 @@ A full development environment will require:
19
```bash
20
conda install -c conda-forge 'nodejs>=12'
21
```
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).
24
25
## Development Tasks
26
@@ -58,6 +60,12 @@ npm run build:all
58
60
jupyter nbextension install --py --symlink --sys-prefix pythreejs
59
61
62
63
+Or alternatively as a user local installation:
64
+
65
+```bash
66
+jupyter nbextension install --py --symlink --user pythreejs
67
+```
68
69
### Build the python distributions
70
71
0 commit comments