repo2docker/docs/source/install.rst

26 wiersze
687 B
ReStructuredText
Czysty Zwykły widok Historia

2017-12-07 18:50:46 +00:00
.. _install:
Installing ``repo2docker``
==========================
2017-12-08 19:53:15 +00:00
1. Install `Docker <https://www.docker.com>`_ as it is required to build Docker images.
2017-12-07 18:50:46 +00:00
2017-12-08 19:53:15 +00:00
2. We recommend installing ``repo2docker`` with the ``pip`` tool::
2017-12-07 18:50:46 +00:00
2017-12-08 19:53:15 +00:00
python3 -m pip install jupyter-repo2docker
2017-12-07 18:50:46 +00:00
2017-12-08 19:53:15 +00:00
For infomation on using ``repo2docker``, see :ref:`usage`.
Installing repo2docker from source code
---------------------------------------
Alternatively, you can install repo2docker from source,
i.e. if you are contributing back to this project::
2017-12-07 18:50:46 +00:00
git clone https://github.com/jupyter/repo2docker.git
cd repo2docker
pip install -e .
That's it! For information on using ``repo2docker``, see
:ref:`usage`.