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 b415df4 commit cb28492Copy full SHA for cb28492
README.md
@@ -12,15 +12,15 @@ A URDF viewer and editor extension for JupyterLab.
12
To install the extension, execute:
13
14
```bash
15
-pip install jupyterlab_urdf
+pip install jupyterlab-urdf
16
```
17
18
## Uninstall
19
20
To remove the extension, execute:
21
22
23
-pip uninstall jupyterlab_urdf
+pip uninstall jupyterlab-urdf
24
25
26
## Contributing
@@ -64,7 +64,7 @@ jupyter lab build --minimize=False
64
### Development uninstall
65
66
67
68
69
70
In development mode, you will also need to remove the symlink created by `jupyter labextension develop`
0 commit comments