From c4daccd800852dd0adb912aa8f790e89e26a1b55 Mon Sep 17 00:00:00 2001 From: Marc Bonnici Date: Mon, 8 Jul 2019 14:30:52 +0100 Subject: [PATCH] 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. --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index a9b1ecd0..5a305d04 100644 --- a/README.rst +++ b/README.rst @@ -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 `_ in the documentation for more details.