diff --git a/doc/source/installation.rst b/doc/source/installation.rst index 54158599..98e5d0a2 100644 --- a/doc/source/installation.rst +++ b/doc/source/installation.rst @@ -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 diff --git a/doc/source/quickstart.rst b/doc/source/quickstart.rst index b951c391..4f88146c 100644 --- a/doc/source/quickstart.rst +++ b/doc/source/quickstart.rst @@ -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 +