Skip to content

Commit

Permalink
update clustimage
Browse files Browse the repository at this point in the history
  • Loading branch information
erdogant committed Jan 8, 2025
1 parent 9037edd commit 8e52f95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clustimage/clustimage.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
except ImportError:
raise ImportError(
"The 'opencv-python' library is not installed. Please install it using the following command:\n"
"pip install opencv-python")
">pip install opencv-python or the lightweight version: >pip install opencv-python-headless")


# Configure the logger
Expand Down

0 comments on commit 8e52f95

Please sign in to comment.