Skip to content

Commit

Permalink
Merge pull request #802 from DavidCain/dcain-contributing
Browse files Browse the repository at this point in the history
Fix `pip install` command for contributors on zsh
  • Loading branch information
JoelLefkowitz authored Aug 20, 2022
2 parents 44fed4b + 611594d commit d73cffc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ You want to contribute some code? Great! Here are a few steps to get you started
$ python -m venv venv
$ source venv/bin/activate
(venv) $ python -m pip install -U pip setuptools
(venv) $ pip install -U -e .[validation]
(venv) $ pip install -U -e '.[validation]'
(venv) $ pip install -U -r requirements/dev.txt
#. **Make your changes and check them against the test project**
Expand Down

0 comments on commit d73cffc

Please sign in to comment.