diff --git a/README.md b/README.md index 8edd4be..7dbf743 100644 --- a/README.md +++ b/README.md @@ -127,7 +127,7 @@ Install editable library and development requirements: $ python -m pip install --upgrade pip # Install editable version of library -$ python -m pip install --editable .[dev] +$ python -m pip install --editable .[dev,test] ``` Install pre-commit [(see below for details)](#pre-commit):