mirror of
https://github.com/astral-sh/uv.git
synced 2025-12-15 22:14:06 +00:00
Make some minor tweaks to the docs (#5786)
## Summary Small stuff from a first scan. --------- Co-authored-by: Zanie Blue <contact@zanie.dev>
This commit is contained in:
parent
823c17723b
commit
ce30bffaab
8 changed files with 55 additions and 31 deletions
|
|
@ -23,7 +23,7 @@ system. If you've previously installed Python with uv, a new version will not be
|
|||
|
||||
!!! note
|
||||
|
||||
Python does not publish official distributable binaries so uv uses third-party distributions from the [`python-build-standalone`](https://github.com/indygreg/python-build-standalone) project. The project is partially maintained by the uv maintainers and is used by many other Python projects. See the [Python distributions](../concepts/python-versions.md#python-distributions) documentation for more details.
|
||||
Python does not publish official distributable binaries. As such, uv uses third-party distributions from the [`python-build-standalone`](https://github.com/indygreg/python-build-standalone) project. The project is partially maintained by the uv maintainers and is used by other prominent Python projects (e.g., [Rye](https://github.com/astral-sh/rye), [Bazel](https://github.com/bazelbuild/rules_python)). See the [Python distributions](../concepts/python-versions.md#python-distributions) documentation for more details.
|
||||
|
||||
<!-- TODO(zanieb): Restore when Python shim management is added
|
||||
Note that when an automatic Python installation occurs, the `python` command will not be added to the shell. Use `uv python install-shim` to ensure the `python` shim is installed.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue