Skip to content

Commit

Permalink
chore: dependencies and docs update (#16)
Browse files Browse the repository at this point in the history
* docs(contributing): update poetry install command

* chore: update dependencies

* docs(usage): use magic command for JupyterLite

* fix: bump ipywidgets to next major version

* feat: support from Python 3.8
  • Loading branch information
ElioDiNino authored Mar 14, 2024
1 parent 2d2c792 commit 7af7fa9
Show file tree
Hide file tree
Showing 4 changed files with 725 additions and 806 deletions.
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

0 comments on commit 7af7fa9

Please sign in to comment.