Skip to content

Commit 2c25648

Browse files
committed
Add a admonition regading the name of the package on PyPI
Related to #1437
1 parent ab26c12 commit 2c25648

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/source/start.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This tutorial guides you through installing `repo2docker` and building your firs
66

77
## Install `repo2docker`
88

9-
repo2docker requires Python 3.6 or above on Linux and macOS.
9+
`repo2docker` requires Python 3.6 or above on Linux and macOS.
1010

1111
:::{admonition} Windows support is experimental
1212

@@ -23,6 +23,10 @@ Recent versions of Docker are recommended.
2323

2424
### Install `repo2docker` with `pip`
2525

26+
```{warning}
27+
The name of the package on [PyPI](https://pypi.org/) is [`jupyter-repo2docker`](https://pypi.org/project/jupyter-repo2docker/) instead of `repo2docker`.
28+
```
29+
2630
We recommend installing `repo2docker` with the `pip` tool:
2731

2832
```

0 commit comments

Comments
 (0)