mirror of https://github.com/docker/cli.git
Suggest users install dependencies by using requirements.txt, not manually
This commit is contained in:
parent
e074bc6db1
commit
b52c999103
|
@ -41,11 +41,12 @@ its dependencies. There are two main ways to install this tool:
|
||||||
|
|
||||||
###Native Installation
|
###Native Installation
|
||||||
|
|
||||||
* Install sphinx: `pip install sphinx`
|
Install dependencies from `requirements.txt` file in your `docker/docs`
|
||||||
* Mac OS X: `[sudo] pip-2.7 install sphinx`
|
directory:
|
||||||
* Install sphinx httpdomain contrib package: `pip install sphinxcontrib-httpdomain`
|
|
||||||
* Mac OS X: `[sudo] pip-2.7 install sphinxcontrib-httpdomain`
|
* Linux: `pip install -r docs/requirements.txt`
|
||||||
* If pip is not available you can probably install it using your favorite package manager as **python-pip**
|
|
||||||
|
* Mac OS X: `[sudo] pip-2.7 -r docs/requirements.txt`
|
||||||
|
|
||||||
###Alternative Installation: Docker Container
|
###Alternative Installation: Docker Container
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue