kopia lustrzana https://github.com/jupyterhub/repo2docker
Add a admonition regading the name of the package on PyPI
Related to https://github.com/jupyterhub/repo2docker/issues/1437pull/1438/head
rodzic
ab26c12d73
commit
2c256482c5
|
@ -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:
|
||||
|
||||
```
|
||||
|
|
Ładowanie…
Reference in New Issue