Skip to content

Commit

Permalink
Quote argument for pip install (#1717)
Browse files Browse the repository at this point in the history
  • Loading branch information
codeguru42 committed Apr 24, 2023
1 parent b111f41 commit c54100c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ To install all necessary development dependencies, run this command in your
terminal from inside the top level of the arcade directory:

```shell
pip install -e .[dev]
pip install -e '.[dev]'
```

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

0 comments on commit c54100c

Please sign in to comment.