From 8d644e8e4bcabea4959febca2be54ddf5f4299df Mon Sep 17 00:00:00 2001 From: Elio Di Nino <52972357+ElioDiNino@users.noreply.github.com> Date: Thu, 14 Mar 2024 10:37:53 -0400 Subject: [PATCH] docs(usage): use magic command for JupyterLite --- doc/source/usage.rst | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/doc/source/usage.rst b/doc/source/usage.rst index 83f1188..a4d2c25 100644 --- a/doc/source/usage.rst +++ b/doc/source/usage.rst @@ -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 ----------------------