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.
2 parents 8a71e26 + 13e508a commit e9b3c9bCopy full SHA for e9b3c9b
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