Skip to content

Commit

Permalink
Add run demo.py instructions.
Browse files Browse the repository at this point in the history
  • Loading branch information
Natim committed Nov 13, 2023
1 parent d3b6dd0 commit 4fb4edf
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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="<api-key>"
CLIENT_EMAIL="[email protected]" COMPANY_REGISTRATION_NUMBER="123456789" python demo.py
```

0 comments on commit 4fb4edf

Please sign in to comment.