mirror of
				https://github.com/ARM-software/workload-automation.git
				synced 2025-10-31 15:12:25 +00:00 
			
		
		
		
	docs/installation: Add warning about using pip to install from github
This commit is contained in:
		| @@ -199,6 +199,11 @@ Alternatively, you can also install the latest development version from GitHub | |||||||
|        cd workload-automation |        cd workload-automation | ||||||
|        sudo -H python setup.py install |        sudo -H python setup.py install | ||||||
|  |  | ||||||
|  | .. note:: Please note that if using pip to install from github this will most | ||||||
|  |           likely result in an older and incompatible version of devlib being | ||||||
|  |           installed alongside WA. If you wish to use pip please also manually | ||||||
|  |           install the latest version of | ||||||
|  |           `devlib <https://github.com/ARM-software/devlib>`_. | ||||||
|  |  | ||||||
|  |  | ||||||
| If the above succeeds, try :: | If the above succeeds, try :: | ||||||
| @@ -222,7 +227,7 @@ image in a container. | |||||||
|  |  | ||||||
| The Dockerfile can be found in the "extras" directory or online at | The Dockerfile can be found in the "extras" directory or online at | ||||||
| `<https://github.com/ARM-software /workload- automation/blob/next/extras/Dockerfile>`_ | `<https://github.com/ARM-software /workload- automation/blob/next/extras/Dockerfile>`_ | ||||||
| which contains addional information about how to build and to use the file. | which contains additional information about how to build and to use the file. | ||||||
|  |  | ||||||
|  |  | ||||||
| (Optional) Post Installation | (Optional) Post Installation | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user