Skip to content

Commit f6c6c8f

Browse files
authored
Update indexes.md
1 parent 2421bc9 commit f6c6c8f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/configuration/indexes.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ name = "pytorch"
1818
url = "https://download.pytorch.org/whl/cpu"
1919
```
2020

21+
Index names must only contain alphanumeric characters, dashes, or underscores.
22+
2123
Indexes are prioritized in the order in which they’re defined, such that the first index listed in
2224
the configuration file is the first index consulted when resolving dependencies, with indexes
2325
provided via the command line taking precedence over those in the configuration file.

0 commit comments

Comments
 (0)