Doc: basic lttng ust python agent documentation
[lttng-ust.git] / doc / python-agent.txt
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.0223 seconds and 4 git commands to generate.