Remvoe reference to -r from documentation. (#5258)

This commit is contained in:
Matt Davis
2022-08-14 23:43:36 -04:00
committed by GitHub
parent 355c68497e
commit c1924dbf44
+1 -3
View File
@@ -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