Change setup extra from cv to base

This commit is contained in:
Vinayak Mehta
2021-07-11 23:35:13 +05:30
parent 552846ca2a
commit 1b4aa114e3
3 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -14,7 +14,7 @@ pip
To install Camelot from PyPI using ``pip``, please include the extra ``cv`` requirement as shown::
$ pip install "camelot-py[cv]"
$ pip install "camelot-py[base]"
conda
-----
@@ -37,4 +37,4 @@ After :ref:`installing the dependencies <install_deps>`, you can install Camelot
::
$ cd camelot
$ pip install ".[cv]"
$ pip install ".[base]"