mirror of
				https://github.com/ARM-software/workload-automation.git
				synced 2025-10-30 22:54:18 +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:
		| @@ -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 | ||||
|  | ||||
|  | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user