Install the Python agent with PyPI
To install the Python agent with PyPI:
Verify that a C compiler and C standard library headers are available on the system where you are installing the agent. Package names may differ across platforms.
Install the agent using pip.
pip 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
.Start and exercise your application using the Contrast Runner.
Verify that your server is registered in Contrast and that it reports an instance of your application.