Skip to content

Commit

Permalink
Docs: use make requirements on Getting Started section
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
clebergnu committed Dec 22, 2015
1 parent c1f2aae commit 56d1b41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/GetStartedGuide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 56d1b41

Please sign in to comment.