We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 44fed4b + 611594d commit d73cffcCopy full SHA for d73cffc
CONTRIBUTING.rst
@@ -36,7 +36,7 @@ You want to contribute some code? Great! Here are a few steps to get you started
36
$ python -m venv venv
37
$ source venv/bin/activate
38
(venv) $ python -m pip install -U pip setuptools
39
- (venv) $ pip install -U -e .[validation]
+ (venv) $ pip install -U -e '.[validation]'
40
(venv) $ pip install -U -r requirements/dev.txt
41
42
#. **Make your changes and check them against the test project**
0 commit comments