Skip to content

Commit

Permalink
docs(usage): use magic command for JupyterLite
Browse files Browse the repository at this point in the history
  • Loading branch information
ElioDiNino committed Mar 14, 2024
1 parent 3917c25 commit 8d644e8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions doc/source/usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,11 @@ To upgrade or ensure the most recent version is installed:
JupyterLite
+++++++++++

Using the ``piplite`` library:
Using the ``%pip`` magic command:

.. code-block:: python
import piplite
await piplite.install(["skillsnetwork"])
%pip install skillsnetwork
Reading Files From URL
----------------------
Expand Down

0 comments on commit 8d644e8

Please sign in to comment.