> For the complete documentation index, see [llms.txt](https://til.duyet.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://til.duyet.net/programming/python/pipenv.md).

# Pipenv

## Generate requirements.txt from Pipfile

```bash
$ pipenv lock -r

✔ Success!
Updated Pipfile.lock (f092c8)!
-i https://pypi.python.org/simple
cerberus==1.2
certifi==2018.11.29
chardet==3.0.4
click==7.0
...
```
