fix(python): lead the README with the PyPI install #327
No reviewers
Labels
No labels
area/ci-release
area/cli
area/docs
area/dungeon
area/ftl
area/graphics
area/gui
area/music
area/saves
area/tooling
port/amiga
port/dos
port/fm-towns
port/mac
port/pc98
port/sega-cd
priority/high
priority/low
priority/medium
type/bug
type/chore
type/docs
type/feature
type/research
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
jqueuniet/dm2-tools!327
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix/pypi-readme-install"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
bindings/python/README.mdis the long description rendered on the PyPIproject page, and it opened with:
That path only exists for someone who has already cloned the workspace, and it
needs a Rust toolchain on
PATH. A reader arriving at the PyPI page was beingtold to do the hard thing.
pip install dm2-toolsleads now, with the wheel platforms (manylinux 2.28 andwin_amd64) and the 3.11 floor stated next to it. The from-a-checkout path stays,
reframed as what it actually is: the route for macOS and other architectures,
which have neither a wheel nor an sdist to fall back on. The repository link is
spelled out, since a PyPI reader has no relative path to follow.
Note this cannot fix the page for 0.2.1 — PyPI renders the description of each
uploaded version and it cannot be edited in place, so the corrected text
appears with the next release.