Move opencv-python to extra_requires (#134)

This commit is contained in:
Vinayak Mehta
2018-10-08 01:10:48 +05:30
committed by GitHub
parent 9b2fc53e58
commit fe68328ef2
6 changed files with 34 additions and 32 deletions
+4 -4
View File
@@ -76,12 +76,12 @@ Or for Windows 32-bit::
If you have ghostscript, you should see the ghostscript version and copyright information.
$ pip install camelot-py
------------------------
$ pip install camelot-py[all]
-----------------------------
After installing the dependencies, you can simply use pip to install Camelot::
$ pip install camelot-py
$ pip install camelot-py[all]
Get the source code
-------------------
@@ -97,4 +97,4 @@ Alternatively, you can install from the source by:
::
$ cd camelot
$ pip install .
$ pip install ".[all]"