Update install.rst
MacOS now uses zsh by default. Square brackets must be escaped in zshpull/166/head
parent
5efbcdcebb
commit
8e5a8e6712
|
|
@ -25,7 +25,7 @@ Using pip
|
||||||
|
|
||||||
After :ref:`installing the dependencies <install_deps>`, which include `Tkinter`_ and `ghostscript`_, you can simply use pip to install Camelot::
|
After :ref:`installing the dependencies <install_deps>`, which include `Tkinter`_ and `ghostscript`_, you can simply use pip to install Camelot::
|
||||||
|
|
||||||
$ pip install camelot-py[cv]
|
$ pip install 'camelot-py[cv]'
|
||||||
|
|
||||||
.. _Tkinter: https://wiki.python.org/moin/TkInter
|
.. _Tkinter: https://wiki.python.org/moin/TkInter
|
||||||
.. _ghostscript: https://www.ghostscript.com
|
.. _ghostscript: https://www.ghostscript.com
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue