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

Leave a comment

Your email address will not be published. Required fields are marked *