Help APM APM for Python Upgrade Python Agent

Upgrade the Python Agent

  1. Go to the virtual environment if you are using one.
  2. Run any of the below commands to install the latest version of the APM Insight package available.
    pip install apminsight --upgrade
    pip install -U
    If you want to install a specific version, use the command:
    pip install apmisight==
  3. Restart your application.
Was this document helpful?
Thanks for taking the time to share your feedback. We’ll use your feedback to improve our online help resources.

Help APM APM for Python Upgrade Python Agent