Skip to content

Commit 1c58fb8

Browse files
authored
Add quotes to avoid failing when used with certain terminal shells
1 parent ec8fe79 commit 1c58fb8

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
@@ -39,7 +39,7 @@ To install these in addition to the [Python package](#python-package) test
3939
dependencies, run:
4040

4141
```bash
42-
pip install -e .[acceptance]
42+
pip install -e ".[acceptance]"
4343
```
4444

4545
In addition, compatible versions of:

0 commit comments

Comments
 (0)