Revert accidental push to develop.

This commit is contained in:
Olivier Wilkinson (reivilibre) 2021-10-08 17:15:32 +01:00
parent d51a340019
commit 593eeac19e
3 changed files with 10 additions and 16 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,dev]"
pip install -e ".[all,lint,mypy,test]"
pip install tox
```