diff options
author | Paul Elder <paul.elder@ideasonboard.com> | 2024-02-29 18:30:10 +0900 |
---|---|---|
committer | Paul Elder <paul.elder@ideasonboard.com> | 2024-03-19 19:57:29 +0900 |
commit | 8106b6671f95791f4139478151baa2a34a2c7b55 (patch) | |
tree | 0d9cb117752adb093dee85787a694c460a42bc77 /utils | |
parent | 62c31a352cc96a079cd65eda800f25a0869781fe (diff) |
utils: tuning: readme: Improve names of dependency packages
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@ideasonboard.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: Daniel Scally <dan.scally@ideasonboard.com>
Diffstat (limited to 'utils')
-rw-r--r-- | utils/tuning/README.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/tuning/README.rst b/utils/tuning/README.rst index ce533b2c..ef3e6ad7 100644 --- a/utils/tuning/README.rst +++ b/utils/tuning/README.rst @@ -5,7 +5,7 @@ Dependencies ------------ -- cv2 - numpy -- pyexiv2 +- opencv-python +- py3exiv2 - rawpy |