X-Git-Url: https://git.lttng.org/?p=lttng-ust.git;a=blobdiff_plain;f=doc%2Fpython-agent.md;fp=doc%2Fpython-agent.md;h=aee63262addc87223a9356856b7f40f16ddfe646;hp=0000000000000000000000000000000000000000;hb=53f7d0d7404de911dd62dff06f08539e33ea7519;hpb=1c1968450409b3c159a3000f9e1a968ff1e5f7e8 diff --git a/doc/python-agent.md b/doc/python-agent.md new file mode 100644 index 00000000..aee63262 --- /dev/null +++ b/doc/python-agent.md @@ -0,0 +1,17 @@ + + +# 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