Skip to content

Commit 7b3bb5f

Browse files
Update README.md
1 parent 514be93 commit 7b3bb5f

1 file changed

Lines changed: 9 additions & 10 deletions

File tree

README.md

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,20 @@ code python-base
2828
```
2929
4. When prompted, click "Reopen in Container"
3030

31-
## Development Workflow
31+
## Example Usage
3232

3333
Add the local modules
3434
```bash
3535
uv pip install -e .
3636
```
37+
Run the examples:
38+
```sh
39+
uv run -m main
40+
uv run -m examples.user
41+
uv run -m examples.flight
42+
```
43+
44+
## Development Workflow
3745

3846
### Code Quality Tools
3947

@@ -75,15 +83,6 @@ logger = get_logger(__name__)
7583
logger.info("Application started")
7684
```
7785

78-
## Example Usage
79-
80-
The repository includes example code demonstrating Pydantic model usage:
81-
```sh
82-
uv run -m main
83-
uv run -m examples.user
84-
uv run -m examples.flight
85-
```
86-
8786
## Contributing
8887

8988
This repository follows modern Python development practices. All configuration is centralized in `pyproject.toml` for maintainability. Before contributing:

0 commit comments

Comments
 (0)