Add a admonition regading the name of the package on PyPI

Related to https://github.com/jupyterhub/repo2docker/issues/1437
pull/1438/head
Raniere Gaia Costa da Silva 2025-08-14 13:21:33 +02:00
rodzic ab26c12d73
commit 2c256482c5
1 zmienionych plików z 5 dodań i 1 usunięć

Wyświetl plik

@ -6,7 +6,7 @@ This tutorial guides you through installing `repo2docker` and building your firs
## Install `repo2docker`
repo2docker requires Python 3.6 or above on Linux and macOS.
`repo2docker` requires Python 3.6 or above on Linux and macOS.
:::{admonition} Windows support is experimental
@ -23,6 +23,10 @@ Recent versions of Docker are recommended.
### Install `repo2docker` with `pip`
```{warning}
The name of the package on [PyPI](https://pypi.org/) is [`jupyter-repo2docker`](https://pypi.org/project/jupyter-repo2docker/) instead of `repo2docker`.
```
We recommend installing `repo2docker` with the `pip` tool:
```