[PyConIndia] Update python-tk link in README

pull/86/head
Pravar Agrawal 2019-10-15 11:25:57 +05:30
parent 11fadb16fd
commit 56f3b54f62
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ $ conda install -c conda-forge camelot-py
### Using pip ### Using pip
After [installing the dependencies](https://camelot-py.readthedocs.io/en/master/user/install-deps.html) ([tk](https://packages.ubuntu.com/trusty/python-tk) and [ghostscript](https://www.ghostscript.com/)), you can simply use pip to install Camelot: After [installing the dependencies](https://camelot-py.readthedocs.io/en/master/user/install-deps.html) ([tk](https://packages.ubuntu.com/bionic/python/python-tk) and [ghostscript](https://www.ghostscript.com/)), you can simply use pip to install Camelot:
<pre> <pre>
$ pip install camelot-py[cv] $ pip install camelot-py[cv]