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 dc6ca415..1b2057f1 100644 --- a/python/README.md +++ b/python/README.md @@ -55,6 +55,7 @@ To run the python tests (with `fatcatd` running locally on port 9411): sudo apt install libsnappy-dev pipenv install --dev + cp example.env .env # unless you already have a local env config pipenv run pytest To calculate code coverage (of python code): |