Install the Python agent with PyPI
To install the Python agent with PyPI:
Install the agent using pip.
pip install contrast-agent
Important
If your application is using a version of the Python agent older than 3.0.0, it is likely it is installed with the name
contrast-python-agent
. Make sure to runpip uninstall contrast-python-agent
before runningpip install contrast-agent
.Tip
If you have a
requirements.txt
file, you can addcontrast-agent
to that file, and install withpip install -r requirements.txt
.Verify that
autoconf
is installed on the system where you will run the agent.Start and exercise your application as normal.
Verify that your server is registered in Contrast and that it reports an instance of your application.