1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00

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`