pipenv: add lock command with --requirements flag

This commit is contained in:
Michael Spear
2018-08-07 09:11:55 -05:00
committed by Agniva De Sarker
parent c40a7761a1
commit bedb6b459f

View File

@@ -26,3 +26,7 @@
- Start a shell within the created virtual environment:
`pipenv shell`
- Generate a requirements.txt for a project:
`pipenv lock --requirements`