mirror of
https://github.com/astral-sh/uv.git
synced 2025-08-31 15:57:26 +00:00
Add a link to the multiple index docs in the alternative index guide (#6826)
This commit is contained in:
parent
bc52596cd9
commit
09e359f5ad
1 changed files with 6 additions and 0 deletions
|
@ -4,6 +4,12 @@ While uv uses the official Python Package Index (PyPI) by default, it also suppo
|
|||
package indexes. Most alternative indexes require various forms of authentication, which requires
|
||||
some initial setup.
|
||||
|
||||
!!! important
|
||||
|
||||
Please read the dcocumentation on [using multiple indexes](../../pip/compatibility.md#packages-that-exist-on-multiple-indexes)
|
||||
in uv — the default behavior is different from pip to prevent dependency confusion attacks, but
|
||||
this means that uv may not find the versions of a package as you'd expect.
|
||||
|
||||
## Azure Artifacts
|
||||
|
||||
uv can install packages from
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue