You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,9 @@ This SDK enables Dynatrace customers to extend request level visibility into Pyt
32
32
<aname="requirements"></a>
33
33
## Requirements
34
34
35
-
The SDK supports Python 2 ≥ 2.7 and Python 3 ≥ 3.4. Only the official CPython (that is, the "normal" Python, i.e. the Python implementation from <https://python.org>) is supported.
35
+
The SDK supports Python 2 ≥ 2.7 and Python 3 ≥ 3.4. Only the official CPython (that is, the "normal" Python, i.e. the Python implementation
36
+
from <https://python.org>) is supported and only on Linux (musl libc is currently not supported) and Windows with the x86 (including
37
+
x86-64) architecture.
36
38
37
39
The Dynatrace OneAgent SDK for Python is a wrapper of the [Dynatrace OneAgent SDK for C/C++](https://github.com/Dynatrace/OneAgent-SDK-for-C) and therefore the SDK for C/C++ is required and delivered with the Python SDK. See [here](https://github.com/Dynatrace/OneAgent-SDK-for-C#dynatrace-oneagent-sdk-for-cc-requirements) for its requirements, which also apply to the SDK for Python.
38
40
@@ -371,3 +373,5 @@ Summary: This software is licensed under the terms of the Apache License Version
371
373
2.0 and comes bundled with the [six library by Benjamin
372
374
Peterson](http://six.readthedocs.io/), which is licensed under the terms of the
0 commit comments