# Pipenv

* Installing packages based on from `requirements.txt`

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