We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddbbc8d commit 9e913fdCopy full SHA for 9e913fd
README.md
@@ -47,11 +47,14 @@ The relevant commands while working on the repository are included below. These
47
# To perform initial dev setup, run:
48
pip install -e .
49
50
+# All commands below assume to be in the ./js/ directory
51
+cd ./js/
52
+
53
# To re-generate autogen files, run:
54
npm run autogen
55
56
# To build and install distribution files, run:
-npm run build
57
+npm run build:all
58
jupyter nbextension install --py --symlink --sys-prefix pythreejs
59
60
# To clean out generated files, run:
0 commit comments