You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I see that it's replaced by pipenv requirements > requirements.txt but in this section of the documentation, it says it's working . I think it should be removed from the documentation.
Issue description
I installed Pipenv 2022.8.14
we run
pipenv lock -r > requirements.txt
to generate output of the lockfile as per the documentation.Expected result
We expect the creation of requirements.txt file with dependencies information.
Actual result
Error: No such option: -r
The text was updated successfully, but these errors were encountered: