If you want to install ddtrace a well-known datadog's tracing library for Python that is used to trace requests as they flow across web servers, databases, and microservices for troubleshooting, then you can make use of the pip package manager.
Installation Command
pip install ddtrace
If you want to install a specific version of ddtrace then you can do that by passing the version number.
pip install ddtrace==1.7.1

Comments & Discussion
Facing issues? Have questions? Post them here! We're happy to help!