Skip to content

Commit 62a880a

Browse files
Exefpipermerriam
authored andcommitted
Clarify module installation command for >=OSX 10.15 (ethereum#1467)
* Clarify module installation command for >=OSX 10.15 * Improve wording Co-Authored-By: Piper Merriam <[email protected]>
1 parent 32951ac commit 62a880a

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

docs/README-osx.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,14 @@ brew install openssl libffi autoconf automake libtool
1919
```sh
2020
brew install leveldb
2121
```
22+
23+
> If you are on `>=OSX 10.15 Catalina` you may encounter the following error with the default `ZSH` shell. This can be fixed by wrapping the `[dev]` part in quotes.
24+
```sh
25+
pip install -e .[dev]
26+
zsh: no matches found: .[dev]
27+
```
28+
29+
Run install commands as follows:
30+
```sh
31+
pip install -e .'[dev]'
32+
```

0 commit comments

Comments
 (0)