Update contributing guide to use [all,dev]

This commit is contained in:
Olivier Wilkinson (reivilibre) 2021-10-08 17:11:32 +01:00
parent c576598a68
commit 9f23ff78da

View File

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