diff options
| -rw-r--r-- | python/README.md | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/python/README.md b/python/README.md index eebbbd9c..1369051a 100644 --- a/python/README.md +++ b/python/README.md @@ -7,6 +7,7 @@ Use `pipenv` (which you can install with `pip`).  Run tests: +    pipenv install --dev      pipenv run pytest      # for coverage: | 
