Skip to content
Snippets Groups Projects
Commit 9f23ff78 authored by Olivier Wilkinson (reivilibre)'s avatar Olivier Wilkinson (reivilibre)
Browse files

Update contributing guide to use [all,dev]

parent c576598a
No related branches found
No related tags found
No related merge requests found
...@@ -50,7 +50,7 @@ setup a *virtualenv*, as follows: ...@@ -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
``` ```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment