You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/start.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ This tutorial guides you through installing `repo2docker` and building your firs
6
6
7
7
## Install `repo2docker`
8
8
9
-
repo2docker requires Python 3.6 or above on Linux and macOS.
9
+
`repo2docker` requires Python 3.6 or above on Linux and macOS.
10
10
11
11
:::{admonition} Windows support is experimental
12
12
@@ -23,6 +23,10 @@ Recent versions of Docker are recommended.
23
23
24
24
### Install `repo2docker` with `pip`
25
25
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
+
26
30
We recommend installing `repo2docker` with the `pip` tool:
0 commit comments