Skip to content

Commit 71e1797

Browse files
committed
Add instructions to get started
1 parent c7e7122 commit 71e1797

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

docs/gen_getting_started.rst

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
Getting Started
2+
===============
3+
4+
Install
5+
-------
6+
7+
**Requirements**
8+
9+
- JupyterLab \>= 4.0
10+
11+
12+
To install the extension, execute::
13+
14+
# Option 1
15+
micromamba install jupyterlab-urdf -c conda-forge
16+
17+
# Option 2
18+
pip install jupyterlab-urdf
19+
20+
Uninstall
21+
---------
22+
23+
To remove the extension, execute::
24+
25+
# Option 1
26+
micromamba remove jupyterlab-urdf
27+
28+
# Option 2
29+
pip uninstall jupyterlab-urdf

0 commit comments

Comments
 (0)