Skip to content

Commit 27eab16

Browse files
committed
remove mention of easy_install. pip is the preferred method
1 parent e5174fb commit 27eab16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,7 @@ This will call the command at the end of the script and
440440
send Datadog events if it exits with a non-zero exit code (i.e. an error). `--submit_mode all`
441441
will send events on every run.
442442

443-
(To get the python client lib you can install it with `easy_install datadog` or `pip install datadog`).
443+
(To get the python client lib you can install it with `pip install datadog`).
444444

445445
[graphing-1]: /graphing/#functions
446446
[graphing-2]: /graphing

0 commit comments

Comments
 (0)