Skip to content

Commit 8d644e8

Browse files
committed
docs(usage): use magic command for JupyterLite
1 parent 3917c25 commit 8d644e8

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

doc/source/usage.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,11 @@ To upgrade or ensure the most recent version is installed:
2626
JupyterLite
2727
+++++++++++
2828

29-
Using the ``piplite`` library:
29+
Using the ``%pip`` magic command:
3030

3131
.. code-block:: python
3232
33-
import piplite
34-
await piplite.install(["skillsnetwork"])
33+
%pip install skillsnetwork
3534
3635
Reading Files From URL
3736
----------------------

0 commit comments

Comments
 (0)