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 8a71e26 commit 13e508aCopy full SHA for 13e508a
README.md
@@ -39,6 +39,10 @@ To install use conda or mamba:
39
conda install jupyter-ros -c robostack
40
41
##### Development installation
42
+You can create a dev environment with:
43
+```bash
44
+conda create -n jupyros -c conda-forge python nodejs=14 jupyterlab=3 jupyter bqplot pyyaml ipywidgets ipycanvas
45
+```
46
47
For a development installation (requires npm),
48
0 commit comments