Updated README.md testing section. [ci skip]

This commit is contained in:
Fabio Caccamo 2021-12-06 18:34:23 +01:00
parent 748adbfd45
commit 7224b0b274
1 changed files with 1 additions and 0 deletions

View File

@ -875,6 +875,7 @@ git clone https://github.com/fabiocaccamo/python-benedict.git src && cd src
# install requirements
pip install --upgrade pip
pip install -r requirements.txt
pip install -r requirements-test.txt
# run tests using tox
tox