From 4fb4edfddbc9e5059be3b2e284b166b2cc265b22 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9my=20HUBSCHER?= Date: Mon, 13 Nov 2023 18:37:13 +0100 Subject: [PATCH] Add run demo.py instructions. --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 60f1d58..8091309 100644 --- a/README.md +++ b/README.md @@ -3,3 +3,13 @@ A Python client for brokers to send new application. See [demo.py](demo.py) to see how to use the API. + + +``` +make install +source .venv/bin/activate + +export BROKER_API_KEY="" + +CLIENT_EMAIL="john.doe@acme.com" COMPANY_REGISTRATION_NUMBER="123456789" python demo.py +```