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.8.0-rc1~108 X-Git-Url: http://git.lttng.org/?a=commitdiff_plain;ds=sidebyside;h=2a60d5d03730103d17db544adae345d583110566;p=lttng-ust.git 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