Update install.rst

MacOS now uses zsh by default.  Square brackets must be escaped in zsh
This commit is contained in:
Steven Stockhamer
2020-07-19 20:44:16 -04:00
committed by GitHub
parent 5efbcdcebb
commit 8e5a8e6712
+1 -1
View File
@@ -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::
$ pip install camelot-py[cv]
$ pip install 'camelot-py[cv]'
.. _Tkinter: https://wiki.python.org/moin/TkInter
.. _ghostscript: https://www.ghostscript.com