docs: remove uv/python from general prerequisites (Fixes #919)#931
Open
clawwoo2026 wants to merge 1 commit intorysweet:mainfrom
Open
docs: remove uv/python from general prerequisites (Fixes #919)#931clawwoo2026 wants to merge 1 commit intorysweet:mainfrom
clawwoo2026 wants to merge 1 commit intorysweet:mainfrom
Conversation
- Remove uv and python from the general prerequisites list - Add note that uv/python are only needed for Option 3 (uvx) - Clarify that Rust binary (Option 1 & 2) doesn't require Python Since v2.3.0-rust, azlin ships as a self-contained Rust binary. uv/python were only needed for the old Python CLI (azlin-py).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Fixes outdated prerequisites in README.md that list
uvandpythonas required tools.Changes
uvandpythonfrom the general prerequisites listuv/pythonare only needed for Option 3 (Run via uvx)Context
Since v2.3.0-rust (March 2026), azlin ships as a self-contained Rust binary. The
uvandpythonprerequisites were required by the old Python CLI (azlin-py) but are not needed to run the Rust binary.This fix addresses issue #919 reported by the Documentation Freshness Checker.
Testing