Skip to content

Commit ad76ec8

Browse files
docs: README install section for v0.5.0 PyPI publish (#31)
v0.5.0 shipped to real PyPI; swap the "Not yet on PyPI" note for the actual ``pip install openarmature`` command plus an ``openarmature[otel]`` line for the OpenTelemetry extras. Keeps the editable-local instructions as the fallback for downstream-development workflows.
1 parent c30103d commit ad76ec8

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,12 @@ Python reference implementation of [OpenArmature](https://github.com/LunarComman
66

77
## Install
88

9-
Not yet on PyPI. For local use, install from a checkout:
9+
```bash
10+
pip install openarmature # core
11+
pip install 'openarmature[otel]' # with OpenTelemetry observability
12+
```
13+
14+
Or for editable local development:
1015

1116
```bash
1217
uv add --editable /path/to/openarmature-python

0 commit comments

Comments
 (0)