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
4 changed files with 17 additions and 11 deletions

View File

@@ -298,7 +298,7 @@ to install using pip and a virtualenv::
python3 -m venv ./env
source ./env/bin/activate
pip install -e ".[all,test]"
pip install -e ".[all,dev]"
This will run a process of downloading and installing all the needed
dependencies into a virtual env. If any dependencies fail to install,