Skip to content

Commit 67563e2

Browse files
committed
Clarify examples readme
1 parent 6b4667a commit 67563e2

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,10 @@ except AuthenticationException as e:
103103
- Python 3.10+
104104
- A postcode.eu account. Register your account at account.postcode.eu. You can test our service for free.
105105

106+
## Examples
107+
108+
This repository includes examples for each API method. See [[examples/README.md]] for usage.
109+
106110
## License
107111

108112
The code is available under the Simplified BSD License, see the included LICENSE file.

examples/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ This is a Gradio-based user interface for trying out the Postcode.eu API client.
99
From the parent directory, install the example dependencies using [`uv`](https://github.com/astral-sh/uv):
1010

1111
```bash
12-
uv pip install -e .[examples]
13-
# or
1412
uv sync --extra examples
1513
```
1614

0 commit comments

Comments
 (0)