install: don't rely on git, download zip file directly

Co-Authored-By: haraldschilly <harald.schilly@gmail.com>
pull/583/head
Tim Head 2019-02-20 15:19:57 +01:00 zatwierdzone przez GitHub
rodzic 74cb6dbde7
commit 349f801aae
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -31,7 +31,7 @@ We recommend installing ``repo2docker`` with the ``pip`` tool::
for the latest release. To install the most recent code from the upstream repository, run::
python3 -m pip install git+https://github.com/jupyter/repo2docker.git
python3 -m pip install https://github.com/jupyter/repo2docker/archive/master.zip
For information on using ``repo2docker``, see :ref:`usage`.