Skip to content

Commit 349f801

Browse files
install: don't rely on git, download zip file directly
Co-Authored-By: haraldschilly <[email protected]>
1 parent 74cb6db commit 349f801

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/install.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ We recommend installing ``repo2docker`` with the ``pip`` tool::
3131

3232
for the latest release. To install the most recent code from the upstream repository, run::
3333

34-
python3 -m pip install git+https://github.com/jupyter/repo2docker.git
34+
python3 -m pip install https://github.com/jupyter/repo2docker/archive/master.zip
3535

3636
For information on using ``repo2docker``, see :ref:`usage`.
3737

0 commit comments

Comments
 (0)