aboutsummaryrefslogtreecommitdiffstats
path: root/host/docs/pythonapi.dox
diff options
context:
space:
mode:
Diffstat (limited to 'host/docs/pythonapi.dox')
-rw-r--r--host/docs/pythonapi.dox9
1 files changed, 1 insertions, 8 deletions
diff --git a/host/docs/pythonapi.dox b/host/docs/pythonapi.dox
index c8f504049..8015034a5 100644
--- a/host/docs/pythonapi.dox
+++ b/host/docs/pythonapi.dox
@@ -16,14 +16,7 @@ using the binary installers provided on https://www.python.org/downloads/windows
If CMake can't find the Python headers or library, specify
the `PYTHON_INCLUDE_DIR` and/or `PYTHON_LIBRARY` CMake variables manually.
-
-\subsection python_install_2v3 Python 2 vs. 3
-
-The Python API supports both Python 2 and 3, but if you have both versions
-installed, CMake might require some hints which version is the desired one.
-To force a particular version, it helps to set `-DPYTHON_EXECUTABLE=/usr/bin/python3`,
-or whatever interpreter you are expecting. The variables PYTHON_LIBRARY and
-PYTHON_INCLUDE_DIR may also need to be set.
+Note that since UHD version 4.0.0.0, Python 2 is no longer supported.
\subsection python_install_windows Installing on Windows