camelot icon indicating copy to clipboard operation
camelot copied to clipboard

Confusing installation docs

Open RalfNorthman opened this issue 2 years ago • 2 comments

This tripped me up momentarily when installing camelot:

I pasted the text from the terminal box from the docs as-is: pip install "camelot-py[base]" (I'm not a python guy) and got ModuleNotFoundError: No module named 'cv2' when trying to run camelot.

I browsed the issue-tracker and found #202 which pointed me in the right direction: replacing base with cv. Later I checked the repo README which correctly read: pip install camelot-py[cv].

RalfNorthman avatar Jun 12 '22 00:06 RalfNorthman

What's confusing is that there two repos, with two separate set of issues and two different instructions, and no explanation/warning about it:

https://github.com/atlanhq/camelot https://github.com/camelot-dev/camelot

huyz avatar Jun 17 '22 10:06 huyz

Hi, is this issue still there? I am interested in working on this issue.

ojuschugh1 avatar Aug 18 '23 19:08 ojuschugh1