We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74cb6db commit 349f801Copy full SHA for 349f801
docs/source/install.rst
@@ -31,7 +31,7 @@ We recommend installing ``repo2docker`` with the ``pip`` tool::
31
32
for the latest release. To install the most recent code from the upstream repository, run::
33
34
- python3 -m pip install git+https://github.com/jupyter/repo2docker.git
+ python3 -m pip install https://github.com/jupyter/repo2docker/archive/master.zip
35
36
For information on using ``repo2docker``, see :ref:`usage`.
37
0 commit comments