From: Jonathan Rajotte Date: Mon, 10 Aug 2015 18:45:32 +0000 (-0400) Subject: Doc: basic lttng ust python agent documentation X-Git-Tag: v2.7.0-rc2~8 X-Git-Url: http://git.lttng.org/?p=lttng-ust.git;a=commitdiff_plain;h=6efd4b800b0caf11a0a33ba2b25f471e81df70d9 Doc: basic lttng ust python agent documentation Signed-off-by: Jonathan Rajotte Signed-off-by: Mathieu Desnoyers --- diff --git a/doc/python-agent.txt b/doc/python-agent.txt new file mode 100644 index 00000000..61ae4d09 --- /dev/null +++ b/doc/python-agent.txt @@ -0,0 +1,13 @@ +====================== + Using the python agent +====================== + +To build the agent: + +$ ./configure --enable-python-agent + +The configure script is set to look for the first python version >= 2.7. +To build the agent against another version of python: + +$ export PYTHON= +$ ./configure --enable-python-agent