From 3f3bf55dffbfaffb0ff34921795f975dd42c7329 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Wed, 27 Sep 2017 09:44:04 -0400 Subject: [PATCH] consistiency Signed-off-by: Kenneth Reitz --- docs/advanced.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/advanced.rst b/docs/advanced.rst index 00903aca..9623df2e 100644 --- a/docs/advanced.rst +++ b/docs/advanced.rst @@ -266,7 +266,7 @@ You can tell Pipenv to install things into it's parent system with the ``--syste This is useful for Docker containers, and deployment infrastructure (e.g. Heroku does this). -Also useful for deployment is the ``install --deploy`` flag: +Also useful for deployment is the ``--deploy`` flag: $ pipenv install --system --deploy