Skip to main content

Package management

Checking the package installation

You can check the installation status of the WhaTap Python agent package with the following command:

$ pip list | grep whatap-python

Package update

You can update the WhaTap Python agent package with the following command:

$ pip install -U whatap-python

If a specific version has been specified, see the following:

$ pip install -U whatap-python==[Specific Version]

Deleting the package

You can delete the WhaTap Python agent package with the following command:

$ pip uninstall whatap-python