sajad torkamani

Install pipenv

pip install --user pipenv

Add the python site packages directory to your path with something like this.

Install package

pipenv install <package-name>

List packages installed

pipenv graph