Skip to content

Commit d73cffc

Browse files
Merge pull request axnsan12#802 from DavidCain/dcain-contributing
Fix `pip install` command for contributors on zsh
2 parents 44fed4b + 611594d commit d73cffc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ You want to contribute some code? Great! Here are a few steps to get you started
3636
$ python -m venv venv
3737
$ source venv/bin/activate
3838
(venv) $ python -m pip install -U pip setuptools
39-
(venv) $ pip install -U -e .[validation]
39+
(venv) $ pip install -U -e '.[validation]'
4040
(venv) $ pip install -U -r requirements/dev.txt
4141
4242
#. **Make your changes and check them against the test project**

0 commit comments

Comments
 (0)