Update README.rst

This commit is contained in:
Jan Dittberner 2023-07-08 17:30:23 +02:00
parent 6cde140c5c
commit 1e3707e7ff
1 changed files with 2 additions and 3 deletions

View File

@ -10,7 +10,7 @@ Install dependencies
.. code-block::
pipenv install --dev
poetry install --with=dev
Run tests
=========
@ -19,5 +19,4 @@ To run the unit tests and report test coverage use:
.. code-block::
pipenv run coverage run --branch setup.py test
pipenv run coverage report -m
poetry run tox