Update install.rst

MacOS now uses zsh by default.  Square brackets must be escaped in zsh
pull/166/head
Steven Stockhamer 2020-07-19 20:44:16 -04:00 committed by GitHub
parent 5efbcdcebb
commit 8e5a8e6712
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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