Skip to content

Commit e9b3c9b

Browse files
authored
Merge pull request #135 from hbcarlos/readme
Update readme
2 parents 8a71e26 + 13e508a commit e9b3c9b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@ To install use conda or mamba:
3939
conda install jupyter-ros -c robostack
4040

4141
##### 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+
```
4246

4347
For a development installation (requires npm),
4448

0 commit comments

Comments
 (0)