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