From 2a60d5d03730103d17db544adae345d583110566 Mon Sep 17 00:00:00 2001 From: Jonathan Rajotte Date: Mon, 10 Aug 2015 14:45:32 -0400 Subject: [PATCH] Doc: basic lttng ust python agent documentation Signed-off-by: Jonathan Rajotte Signed-off-by: Mathieu Desnoyers --- doc/python-agent.txt | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 doc/python-agent.txt 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 -- 2.34.1