omg-badges icon indicating copy to clipboard operation
omg-badges copied to clipboard

Add option to use pipenv for virtual environment

Open DesignrKnight opened this issue 4 years ago • 2 comments

From https://pypi.org/project/pipenv/

The problems that Pipenv seeks to solve are multi-faceted: You no longer need to use pip and virtualenv separately. They work together. Managing a requirements.txt file can be problematic, so Pipenv uses the upcoming Pipfile and Pipfile.lock instead, which is superior for basic use cases. Hashes are used everywhere, always. Security. Automatically expose security vulnerabilities. Give you insight into your dependency graph (e.g. $ pipenv graph). Streamline development workflow by loading .env files.

DesignrKnight avatar Sep 24 '20 11:09 DesignrKnight

I would like to work on this.

DesignrKnight avatar Sep 24 '20 11:09 DesignrKnight

That'd be a great addition 👍🏻

kautukkundan avatar Sep 24 '20 13:09 kautukkundan