Skip to content

Commit d50e30d

Browse files
joaniseroedoejet
authored andcommitted
docs: update install instructions for Mac users everywhere
1 parent 42821d3 commit d50e30d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Contributing.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ If you have a pre-existing virtual environment (sandbox), you can also
2828
install the required packages with `pip`:
2929

3030
```sh
31-
pip install -e .[dev]
31+
pip install -e ".[dev]"
3232
pre-commit install
3333
gitlint install-hook
3434
```
@@ -81,7 +81,7 @@ If you have a pre-existing virtual environment (sandbox), you can also
8181
install the required packages with `pip`:
8282

8383
```sh
84-
pip install -e .[dev]
84+
pip install -e ".[dev]"
8585
pre-commit install
8686
```
8787

@@ -156,7 +156,7 @@ If you have a pre-existing virtual environment (sandbox), you can also
156156
install the required packages with `pip`:
157157

158158
```sh
159-
pip install -e .[dev]
159+
pip install -e ".[dev]"
160160
gitlint install-hook
161161
```
162162

0 commit comments

Comments
 (0)