Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
Install `poetry`

```bash
curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python -
pipx install poetry
```

Learn more about poetry at https://python-poetry.org/
Expand Down
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
Loading