mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
Remvoe reference to -r from documentation. (#5258)
This commit is contained in:
+1
-3
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user