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