Pasang paket dari Pipfile
# suppose you have a pipfile where the dependencies are
pipenv shell
pipenv install
experimental
# suppose you have a pipfile where the dependencies are
pipenv shell
pipenv install
source $(pipenv --venv)/bin/activate
export PIPENV_VENV_IN_PROJECT="enabled"
pipenv install
# this will create an environment
# and will not have any dev or production dependencies preinstalled