install packages from pipfile

C++
# suppose you have a pipfile where the dependencies are
pipenv shell
pipenv install
Source

Also in C++: