From c1924dbf44820ab3c9ce6528661d4771f96d7b83 Mon Sep 17 00:00:00 2001 From: Matt Davis Date: Sun, 14 Aug 2022 23:43:36 -0400 Subject: [PATCH] Remvoe reference to -r from documentation. (#5258) --- docs/basics.rst | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/basics.rst b/docs/basics.rst index 62ef1c55..4d13f1ae 100644 --- a/docs/basics.rst +++ b/docs/basics.rst @@ -402,9 +402,7 @@ production environments for reproducible builds. .. note:: - If you'd like a ``requirements.txt`` output of the lockfile, run ``$ pipenv lock -r``. - This will not include hashes, however. To get a ``requirements.txt`` - you can also use ``$ pipenv run pip freeze``. + If you'd like a ``requirements.txt`` output of the lockfile, run ``$ pipenv requirements``. ☤ Pipenv and Docker Containers