From 9288b3a606ee436e804534b339aba4dce8256a0e Mon Sep 17 00:00:00 2001 From: Adam Sroka <45038919+adam-sroka@users.noreply.github.com> Date: Sat, 23 Jan 2021 22:58:13 +0100 Subject: [PATCH] Update development pip command for zsh --- docs/welcome.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/welcome.md b/docs/welcome.md index 21fd2af..299ac13 100644 --- a/docs/welcome.md +++ b/docs/welcome.md @@ -283,6 +283,8 @@ virtualenv, run: pip install -e .[dev] ``` +If you are using zsh, such as on macOS Catalina or later, you will have to run `pip install -e .'[dev]'` instead. + While the virtualenv is active, running ``wormhole`` will get you the development version.