1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2025-01-31 02:01:16 +00:00

README: Update installation instruction to match documentation.

When installing from github we recommend installing with setup.py as
install with pip does not always resolve dependencies correctly.
This commit is contained in:
Marc Bonnici 2019-07-08 14:30:52 +01:00 committed by setrofim
parent db944629f3
commit c4daccd800

View File

@ -30,7 +30,7 @@ Installation
To install::
git clone git@github.com:ARM-software/workload-automation.git workload-automation
sudo -H pip install ./workload-automation
sudo -H python setup [install|develop]
Please refer to the `installation section <http://workload-automation.readthedocs.io/en/latest/user_information.html#install>`_
in the documentation for more details.