mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-07-05 06:34:12 +01:00
doc/source: Add uninstall and upgrade sections
Add the uninstall and upgrade commands for users to remove or upgrade Workload Automation for future reference. Signed-off-by: Lisa Nguyen <lisa.nguyen@linaro.org>
This commit is contained in:
committed by
Sergei Trofimov
parent
a7895a17bf
commit
0421b58c55
doc/source
@ -265,3 +265,23 @@ store new dhrystone results::
|
||||
To display verbose output while running memcpy::
|
||||
|
||||
wa run --verbose memcpy
|
||||
|
||||
Uninstall
|
||||
=========
|
||||
|
||||
If you have installed Workload Automation via ``pip``, then run this command to
|
||||
uninstall it::
|
||||
|
||||
sudo pip uninstall wlauto
|
||||
|
||||
|
||||
.. Note:: It will *not* remove any user configuration (e.g. the ~/.workload_automation
|
||||
directory).
|
||||
|
||||
Upgrade
|
||||
=======
|
||||
|
||||
To upgrade Workload Automation to the latest version via ``pip``, run::
|
||||
|
||||
sudo pip install --upgrade --no-deps wlauto
|
||||
|
||||
|
Reference in New Issue
Block a user