Update development pip command for zsh

This commit is contained in:
Adam Sroka 2021-01-23 22:58:13 +01:00
parent d517a10282
commit 9288b3a606
No known key found for this signature in database
GPG Key ID: E89B24706019CC18

View File

@ -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.