From 7353803b897fbce8dabf7e261f9ac2e705b39e8a Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Wed, 14 Mar 2018 12:06:37 -0400 Subject: [PATCH] --sequential flag Signed-off-by: Kenneth Reitz --- docs/advanced.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/advanced.rst b/docs/advanced.rst index eae98f71..b26a4e6a 100644 --- a/docs/advanced.rst +++ b/docs/advanced.rst @@ -12,6 +12,7 @@ This document covers some of Pipenv's more glorious and advanced features. - Dependencies of wheels provided in a ``Pipfile`` will not be captured by ``$ pipenv lock``. - 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. +- Installation is intended to be as determinstic as possible — use the ``--sequential`` flag to increase this, if experiencing issues. ☤ Specifying Package Indexes ----------------------------