Include the requirements for [mypy,lint] in [dev] (#11034)

This commit is contained in:
reivilibre 2021-10-11 16:34:31 +01:00 committed by GitHub
parent 3828dd819b
commit 5e29d417fc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 17 additions and 11 deletions

View file

@ -50,7 +50,7 @@ setup a *virtualenv*, as follows:
cd path/where/you/have/cloned/the/repository
python3 -m venv ./env
source ./env/bin/activate
pip install -e ".[all,lint,mypy,test]"
pip install -e ".[all,dev]"
pip install tox
```