From 314715a2a6d095c001a8d53b7c862667b92d5e6b Mon Sep 17 00:00:00 2001 From: Benjamin Jordan Date: Thu, 5 Jan 2023 11:36:17 -0600 Subject: [PATCH] Fixing documentation for pycocotools failure --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d9df433..0b45fc9 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,8 @@ pip install clip-interrogator==0.3.3 pip install git+https://github.com/pharmapsychotic/BLIP.git ``` +> If BLIP install fails on `pycocotools`, use `pip install cython` and try again. + You can then use it in your script ```python from PIL import Image