Skip to content

Commit 71dea01

Browse files
authored
Update install with pip
1 parent b9d9abf commit 71dea01

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

docs/getting_started/installation.rst

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,25 @@ Requirements
77
~~~~~~~~~~~~
88
JupyterLab >= 3.0
99

10-
Install
11-
~~~~~~~
12-
10+
Install with jupyter
11+
~~~~~~~~~~~~~~~~~~~~
1312
.. code:: bash
1413
1514
jupyter labextension install jupyterlab-code-snippets
1615
jupyter lab clean
1716
jupyter lab build
17+
18+
Install with pip
19+
~~~~~~~~~~~~~~~~
20+
.. code:: bash
21+
22+
pip install jupyterlab-code-snippets
23+
jupyter lab clean
24+
jupyter lab build
1825
1926
Uninstall
2027
~~~~~~~~~
2128
.. code:: bash
2229
jupyter labextension uninstall jupyterlab-code-snippets
30+
31+
pip uninstall jupyterlab-code-snippets

0 commit comments

Comments
 (0)