Doc: basic lttng ust python agent documentation
authorJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Mon, 10 Aug 2015 18:45:32 +0000 (14:45 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 11 Aug 2015 16:03:22 +0000 (12:03 -0400)
Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
doc/python-agent.txt [new file with mode: 0644]

diff --git a/doc/python-agent.txt b/doc/python-agent.txt
new file mode 100644 (file)
index 0000000..61ae4d0
--- /dev/null
@@ -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=<python path>
+$ ./configure --enable-python-agent
This page took 0.024788 seconds and 5 git commands to generate.