[PATCH] utils: tuning: readme: Improve names of dependency packages

Paul Elder paul.elder at ideasonboard.com
Mon Mar 18 11:13:31 CET 2024


Change the names of python packages in the list of dependencies to the
exact names that should be used in the pip install command.

Signed-off-by: Paul Elder <paul.elder at ideasonboard.com>
---
 utils/tuning/README.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/utils/tuning/README.rst b/utils/tuning/README.rst
index ce533b2c..ce3e03fc 100644
--- a/utils/tuning/README.rst
+++ b/utils/tuning/README.rst
@@ -5,7 +5,7 @@
 Dependencies
 ------------
 
-- cv2
+- opencv-python
 - numpy
-- pyexiv2
+- py3exiv2
 - rawpy
-- 
2.39.2



More information about the libcamera-devel mailing list