Skip to content

Commit cd3c2c5

Browse files
docs: clarify README install surface
Adds the bounded INSTALL-DX README block generated by the rollout script.
1 parent e0b23f1 commit cd3c2c5

1 file changed

Lines changed: 26 additions & 0 deletions

File tree

README.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,32 @@
22

33
## Install / Developer Commands
44

5+
<!-- INSTALL-DX:START -->
6+
#### Package Install
7+
8+
Installable package: `python3.11 -m pip install zpe-music`.
9+
Current release: `0.1.0` on [PyPI](https://pypi.org/project/zpe-music/).
10+
Source: [Zer0pa/ZPE-Music](https://github.com/Zer0pa/ZPE-Music/).
11+
12+
```bash
13+
python3.11 -m pip install zpe-music
14+
```
15+
16+
Import smoke:
17+
18+
```bash
19+
python3.11 - <<'PY'
20+
import importlib.metadata as md
21+
import zpe_music
22+
23+
print("zpe-music", md.version("zpe-music"))
24+
PY
25+
```
26+
27+
Install success only proves package acquisition/import. Product scope, stale PyPI state, platform limits, and blockers remain in the front-door sections below.
28+
- PyPI copy is stale or pending refresh; install success is not product readiness.
29+
<!-- INSTALL-DX:END -->
30+
531
#### Quick Start
632

733
```bash

0 commit comments

Comments
 (0)