kopia lustrzana https://github.com/jupyterhub/repo2docker
install: one-liner to install most recent upstream code
rodzic
8deda05fff
commit
74cb6dbde7
|
@ -29,17 +29,21 @@ We recommend installing ``repo2docker`` with the ``pip`` tool::
|
||||||
|
|
||||||
python3 -m pip install jupyter-repo2docker
|
python3 -m pip install jupyter-repo2docker
|
||||||
|
|
||||||
|
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
|
||||||
|
|
||||||
For information on using ``repo2docker``, see :ref:`usage`.
|
For information on using ``repo2docker``, see :ref:`usage`.
|
||||||
|
|
||||||
Installing from source code
|
Installing from source code
|
||||||
---------------------------
|
---------------------------
|
||||||
|
|
||||||
Alternatively, you can install repo2docker from source,
|
Alternatively, you can install repo2docker from a local source tree,
|
||||||
i.e. if you are contributing back to this project::
|
e.g. in case you are contributing back to this project::
|
||||||
|
|
||||||
git clone https://github.com/jupyter/repo2docker.git
|
git clone https://github.com/jupyter/repo2docker.git
|
||||||
cd repo2docker
|
cd repo2docker
|
||||||
pip install -e .
|
python3 -m pip install -e .
|
||||||
|
|
||||||
That's it! For information on using ``repo2docker``, see
|
That's it! For information on using ``repo2docker``, see
|
||||||
:ref:`usage`.
|
:ref:`usage`.
|
||||||
|
|
Ładowanie…
Reference in New Issue