From 8e5a8e67129dd75e02549d93c0bbb7a8726cf565 Mon Sep 17 00:00:00 2001 From: Steven Stockhamer Date: Sun, 19 Jul 2020 20:44:16 -0400 Subject: [PATCH] Update install.rst MacOS now uses zsh by default. Square brackets must be escaped in zsh --- docs/user/install.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user/install.rst b/docs/user/install.rst index b3d4813..6c4587d 100644 --- a/docs/user/install.rst +++ b/docs/user/install.rst @@ -25,7 +25,7 @@ Using pip After :ref:`installing the dependencies `, 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