Skip to content

Commit ecbc4fb

Browse files
committed
Clarify when --uploaded-prior-to is not respected.
1 parent 1f6c9b8 commit ecbc4fb

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

docs/html/user_guide.rst

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -332,10 +332,11 @@ results on different machines.
332332

333333
.. note::
334334

335-
This option only applies to packages from indexes, not local files. Local
336-
package files are allowed regardless of the ``--uploaded-prior-to`` setting.
337-
e.g., ``pip install /path/to/package.whl`` or packages from
338-
``--find-links`` directories.
335+
This option only applies to packages from remote indexes, not local files or VCS
336+
requirements. Local package files are allowed regardless of the
337+
``--uploaded-prior-to`` setting, e.g. ``pip install /path/to/package.whl``,
338+
packages from ``--find-links`` directories, or VCS requirements like
339+
``git+https://...``.
339340

340341
This option requires package indexes that provide upload-time metadata
341342
(such as PyPI). If the index does not provide upload-time metadata for a

0 commit comments

Comments
 (0)