Commit 2f67476
committed
docs: use unpinned python3-dev in setup instructions
python3.12-dev doesn't exist on releases whose default Python isn't 3.12
(e.g. Ubuntu Resolute), so the install command failed there. python3-dev
pulls the correct dev headers for the running release's default Python
(3.13 on Resolute/Trixie, 3.12 on Noble, ...). Fixed in README.md and
DOCUMENTATION.md.
Signed-off-by: Igor Pecovnik <igor@armbian.com>1 parent f97cb47 commit 2f67476
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
| 53 | + | |
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
0 commit comments