Skip to content

Commit c54100c

Browse files
authored
Quote argument for pip install (#1717)
1 parent b111f41 commit c54100c

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
@@ -50,7 +50,7 @@ To install all necessary development dependencies, run this command in your
5050
terminal from inside the top level of the arcade directory:
5151

5252
```shell
53-
pip install -e .[dev]
53+
pip install -e '.[dev]'
5454
```
5555

5656
If you get an error like the one below, you probably need to update your pip version:

0 commit comments

Comments
 (0)