$ pipenv shell code example
Example 1: install packages from pipfile
# suppose you have a pipfile where the dependencies are
pipenv shell
pipenv install
Example 2: pipenv installs
pipenv install Django==3.1.2
pipenv install psycopg2-binary
pipenv install django-crispy-forms