Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,12 @@ Python reference implementation of [OpenArmature](https://github.com/LunarComman

## Install

Not yet on PyPI. For local use, install from a checkout:
```bash
pip install openarmature # core
pip install 'openarmature[otel]' # with OpenTelemetry observability
```

Or for editable local development:

```bash
uv add --editable /path/to/openarmature-python
Expand Down
Loading