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:
parent
c40a7761a1
commit
bedb6b459f
1 changed files with 4 additions and 0 deletions
|
@ -26,3 +26,7 @@
|
|||
- Start a shell within the created virtual environment:
|
||||
|
||||
`pipenv shell`
|
||||
|
||||
- Generate a requirements.txt for a project:
|
||||
|
||||
`pipenv lock --requirements`
|
||||
|
|
Loading…
Add table
Reference in a new issue