file pipfile contains project dependencies. Would you like to create a pipenv enviroment using it? code example
Example: install packages from pipfile
# suppose you have a pipfile where the dependencies are
pipenv shell
pipenv install
# suppose you have a pipfile where the dependencies are
pipenv shell
pipenv install