mirror of https://github.com/astral-sh/uv
Fix statement in Required environments docs (#12540)
## Summary The beginning of the sentence says that the package only publishes distributions for Linux, so it will only be installable on Linux.
This commit is contained in:
parent
ab3bab1421
commit
57c57d1011
|
|
@ -183,7 +183,7 @@ install the resulting built distribution.
|
||||||
Some packages (like PyTorch) publish built distributions, but omit a source distribution. Such
|
Some packages (like PyTorch) publish built distributions, but omit a source distribution. Such
|
||||||
packages are _only_ installable on platforms for which a built distribution is available. For
|
packages are _only_ installable on platforms for which a built distribution is available. For
|
||||||
example, if a package publishes built distributions for Linux, but not macOS or Windows, then that
|
example, if a package publishes built distributions for Linux, but not macOS or Windows, then that
|
||||||
package will _only_ be installable on Windows.
|
package will _only_ be installable on Linux.
|
||||||
|
|
||||||
Packages that lack source distributions cause problems for universal resolution, since there will
|
Packages that lack source distributions cause problems for universal resolution, since there will
|
||||||
typically be at least one platform or Python version for which the package is not installable.
|
typically be at least one platform or Python version for which the package is not installable.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue