From ff73503948f5f736a089175cba6c4e65e30f7f28 Mon Sep 17 00:00:00 2001 From: John Feminella Date: Sat, 23 Nov 2013 15:53:50 -0500 Subject: [PATCH] Suggest users install dependencies by using requirements.txt, not manually Upstream-commit: b52c999103247c18ecda6efb5591a50ddbab9c63 Component: cli --- components/cli/docs/README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/components/cli/docs/README.md b/components/cli/docs/README.md index 63cd8a6ac5..c8ec5e20f7 100644 --- a/components/cli/docs/README.md +++ b/components/cli/docs/README.md @@ -41,11 +41,12 @@ its dependencies. There are two main ways to install this tool: ###Native Installation -* Install sphinx: `pip install sphinx` - * Mac OS X: `[sudo] pip-2.7 install sphinx` -* Install sphinx httpdomain contrib package: `pip install sphinxcontrib-httpdomain` - * Mac OS X: `[sudo] pip-2.7 install sphinxcontrib-httpdomain` -* If pip is not available you can probably install it using your favorite package manager as **python-pip** +Install dependencies from `requirements.txt` file in your `docker/docs` +directory: + +* Linux: `pip install -r docs/requirements.txt` + +* Mac OS X: `[sudo] pip-2.7 -r docs/requirements.txt` ###Alternative Installation: Docker Container