You want to install the requests package with pipenv. Which of the following commands will install the package into your virtual environment and update your Pipfile? code example
Example: install packages from pipfile
# suppose you have a pipfile where the dependencies are
pipenv shell
pipenv install