Skip to content

Commit a19fd87

Browse files
update contributing to resolve issue #321
Closes #321 Add zsh command for pip install in CONTRIBUTING.md #321
1 parent cd52e51 commit a19fd87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ of the Planet SDK for Python and required development packages into the virtual
110110
environment use:
111111

112112
```console
113-
$ pip install -e .[dev]
113+
$ pip install -e .'[dev]'
114114
```
115115

116116
### YAPF

0 commit comments

Comments
 (0)