We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2421bc9 commit f6c6c8fCopy full SHA for f6c6c8f
docs/configuration/indexes.md
@@ -18,6 +18,8 @@ name = "pytorch"
18
url = "https://download.pytorch.org/whl/cpu"
19
```
20
21
+Index names must only contain alphanumeric characters, dashes, or underscores.
22
+
23
Indexes are prioritized in the order in which they’re defined, such that the first index listed in
24
the configuration file is the first index consulted when resolving dependencies, with indexes
25
provided via the command line taking precedence over those in the configuration file.
0 commit comments