diff options
Diffstat (limited to 'python/README.md')
-rw-r--r-- | python/README.md | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/python/README.md b/python/README.md index c3c3b9d0..c7e33f0a 100644 --- a/python/README.md +++ b/python/README.md @@ -1,9 +1,8 @@ -## Python Prototype +## Python Web Interface and API Client Library Use `pipenv` (which you can install with `pip`). - pipenv run run.py --init-db pipenv run run.py Run tests: @@ -13,3 +12,6 @@ Run tests: # for coverage: pipenv run pytest --cov --cov-report html +Regeneate swagger-codegen python client library (requires docker): + + ./codegen_python_client.sh |