Skip to content

Commit

Permalink
Update README.md (#18884)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrafi97 authored Oct 22, 2024
1 parent be47baa commit 6cd3ac6
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion ibm_db2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,13 @@ For Agent versions >= 6.12 and < 7.0:
"C:\Program Files\Datadog\Datadog Agent\embedded<PYTHON_MAJOR_VERSION>\python.exe" -m pip install ibm_db==3.0.1
```

For Agent versions >= 7.0:
For Agent versions >= 7.0 and < 7.58:

```text
"C:\Program Files\Datadog\Datadog Agent\embedded3\python.exe" -m pip install ibm_db==3.1.4
```

For Agent versions >= 7.58:

```text
"C:\Program Files\Datadog\Datadog Agent\embedded3\python.exe" -m pip install ibm_db==3.2.2
Expand Down

0 comments on commit 6cd3ac6

Please sign in to comment.