Skip to content

Commit abe6f56

Browse files
committed
Remove the --sequential from docs
We now use the batch install method from pip directly, so it's meaningless.
1 parent 510a633 commit abe6f56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/advanced.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This document covers some of Pipenv's more glorious and advanced features.
1212

1313
- Dependencies of wheels provided in a ``Pipfile`` will not be captured by ``$ pipenv lock``.
1414
- There are some known issues with using private indexes, related to hashing. We're actively working to solve this problem. You may have great luck with this, however.
15-
- Installation is intended to be as deterministic as possible — use the ``--sequential`` flag to increase this, if experiencing issues.
15+
- Installation is intended to be as deterministic as possible.
1616

1717
☤ Specifying Package Indexes
1818
----------------------------

0 commit comments

Comments
 (0)