Skip to content

Commit 7af7fa9

Browse files
authored
chore: dependencies and docs update (#16)
* 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
1 parent 2d2c792 commit 7af7fa9

File tree

4 files changed

+725
-806
lines changed

4 files changed

+725
-806
lines changed

Diff for: CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
Install `poetry`
77

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

1212
Learn more about poetry at https://python-poetry.org/

Diff for: doc/source/usage.rst

+2-3
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)