From 56d1b41ee85202ed1d3c2cd776232ec1829a820f Mon Sep 17 00:00:00 2001 From: Cleber Rosa Date: Tue, 22 Dec 2015 19:42:10 -0200 Subject: [PATCH] Docs: use `make requirements` on Getting Started section Commit 63077e7 introduced the `make requirements` target. Let's use that on the documentation, since it can cover more scenarios such as Python 2.6 users. Signed-off-by: Cleber Rosa --- docs/source/GetStartedGuide.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/GetStartedGuide.rst b/docs/source/GetStartedGuide.rst index edacf0497b..61a0e7327d 100644 --- a/docs/source/GetStartedGuide.rst +++ b/docs/source/GetStartedGuide.rst @@ -58,7 +58,7 @@ Then to install Avocado from the git repository run:: git clone git://github.com/avocado-framework/avocado.git cd avocado - sudo pip install -r requirements.txt + sudo make requirements sudo python setup.py install Note that `python` and `pip` should point to the Python interpreter version 2.7.x.