mirror of
				https://github.com/ARM-software/workload-automation.git
				synced 2025-10-31 15:12:25 +00:00 
			
		
		
		
	docs/installation: Fix package name in pypi
WA is called wlauto in pypi. "pip install wa" installs workflow automation, a very different project.
This commit is contained in:
		
				
					committed by
					
						 Marc Bonnici
						Marc Bonnici
					
				
			
			
				
	
			
			
			
						parent
						
							7f0a6da86b
						
					
				
				
					commit
					b65a371b9d
				
			| @@ -192,12 +192,12 @@ Installing | ||||
|  | ||||
| Installing the latest released version from PyPI (Python Package Index):: | ||||
|  | ||||
|        sudo -H pip install wa | ||||
|        sudo -H pip install wlauto | ||||
|  | ||||
| This will install WA along with its mandatory dependencies. If you would like to | ||||
| install all optional dependencies at the same time, do the following instead:: | ||||
|  | ||||
|        sudo -H pip install wa[all] | ||||
|        sudo -H pip install wlauto[all] | ||||
|  | ||||
|  | ||||
| Alternatively, you can also install the latest development version from GitHub | ||||
|   | ||||
		Reference in New Issue
	
	Block a user