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

doc/installation: Update installation instructions

Update the instructions for installing WA from git not to use
pip as this method does not process dependency_links correctly and
results in an incompatible version of devlib being installed.
This commit is contained in:
Marc Bonnici 2018-10-25 10:24:21 +01:00 committed by setrofim
parent c4ad7467e0
commit 17bb0083e5

View File

@ -196,7 +196,8 @@ Alternatively, you can also install the latest development version from GitHub
(you will need git installed for this to work)::
git clone git@github.com:ARM-software/workload-automation.git workload-automation
sudo -H pip install ./workload-automation
cd workload-automation
sudo -H python setup.py install