mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-10-03 10:32:37 +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
@@ -250,3 +250,19 @@ This is the list of workloads that rely on such recordings:
|
||||
| truckerparking3d |
|
||||
+------------------+
|
||||
|
||||
(Optional) Uninstalling
|
||||
=======================
|
||||
|
||||
If you have installed Workload Automation via ``pip`` and wish to remove it, run this command to
|
||||
uninstall it::
|
||||
|
||||
sudo pip uninstall wlauto
|
||||
|
||||
.. Note:: This will *not* remove any user configuration (e.g. the ~/.workload_automation directory)
|
||||
|
||||
(Optional) Upgrading
|
||||
====================
|
||||
|
||||
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