diff options
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2023-12-03 01:10:16 +0200 |
---|---|---|
committer | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2023-12-04 22:57:44 +0200 |
commit | 9d08a134c4195ad98dd09c5a9e2558a5765762f7 (patch) | |
tree | fbe1ee1d46253ddcca508d376166f6b22b8f6c46 | |
parent | 197009f06eeb50a6542c31f5df8c003b8c49144b (diff) |
README.rst: Document dependencies for the Python bindings
The Python bindings require the libpython3-dev and pybind11-dev
packages. Document it along the other dependencies in README.rst.
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: Jacopo Mondi <jacopo.mondi@ideasonboard.com>
Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
-rw-r--r-- | README.rst | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -75,6 +75,9 @@ for documentation: [optional] for gstreamer: [optional] libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev +for Python bindings: [optional] + libpython3-dev pybind11-dev + for cam: [optional] libevent-dev is required to support cam, however the following optional dependencies bring more functionality to the cam test |