doc: implement REUSE with SPDX identifiers
[lttng-ust.git] / doc / python-agent.md
diff --git a/doc/python-agent.md b/doc/python-agent.md
new file mode 100644 (file)
index 0000000..aee6326
--- /dev/null
@@ -0,0 +1,17 @@
+<!--
+SPDX-FileCopyrightText: 2015 Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
+
+SPDX-License-Identifier: CC-BY-4.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=<python path>
+    $ ./configure --enable-python-agent
This page took 0.025677 seconds and 4 git commands to generate.