Merge pull request #404 from adam-sroka/master

Update development pip command for zsh
This commit is contained in:
meejah 2021-03-13 12:46:08 -07:00 committed by GitHub
commit 501ce26e8b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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.