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

# Pipenv

* Installing packages based on from `requirements.txt`

  ```bash
  pipenv install -r requirements.txt
  ```
