doc: implement REUSE with SPDX identifiers
[lttng-ust.git] / doc / python-agent.md
1 <!--
2 SPDX-FileCopyrightText: 2015 Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
3
4 SPDX-License-Identifier: CC-BY-4.0
5 -->
6
7 # Using the python agent
8
9 To build the agent:
10
11 $ ./configure --enable-python-agent
12
13 The configure script is set to look for the first python version >= 2.7.
14 To build the agent against another version of python:
15
16 $ export PYTHON=<python path>
17 $ ./configure --enable-python-agent
This page took 0.02994 seconds and 4 git commands to generate.