Skip to content

Commit 5719179

Browse files
authored
Make it clear that constraints file can be a URL
1 parent 74133f8 commit 5719179

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/html/user_guide.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,10 @@ organisation and use that everywhere. If the thing being installed requires
242242
"helloworld" to be installed, your fixed version specified in your constraints
243243
file will be used.
244244

245+
Constraints file can be served via a URL, e.g.
246+
http://example.com/constraints.txt instead of only a local file, so that your
247+
organization can provide constraints files online from a centraliazed place.
248+
245249
Constraints file support was added in pip 7.1. In :ref:`Resolver
246250
changes 2020` we did a fairly comprehensive overhaul, removing several
247251
undocumented and unsupported quirks from the previous implementation,

0 commit comments

Comments
 (0)