From 102b4f2abf4d2e4eb1121cc07ea07a64fdb8bbb3 Mon Sep 17 00:00:00 2001 From: Alex Kaszynski Date: Wed, 28 Jul 2021 09:59:24 -0600 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 026ae5af..5fa547db 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -19,6 +19,8 @@ A full development environment will require: ```bash conda install -c conda-forge 'nodejs>=12' ``` + Or, if you're outside of a conda enviornment, use the node version manager. See + [install nvm](https://github.com/nvm-sh/nvm#install--update-script). ## Development Tasks @@ -58,6 +60,12 @@ npm run build:all jupyter nbextension install --py --symlink --sys-prefix pythreejs ``` +Or alternatively as a user local installation: + +```bash +jupyter nbextension install --py --symlink --user pythreejs +``` + ### Build the python distributions ```bash