Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add option to use pipenv for virtual environment #2

Open
DesignrKnight opened this issue Sep 24, 2020 · 2 comments
Open

Add option to use pipenv for virtual environment #2

DesignrKnight opened this issue Sep 24, 2020 · 2 comments

Comments

@DesignrKnight
Copy link

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
Copy link
Author

I would like to work on this.

@kautukkundan
Copy link
Owner

That'd be a great addition 👍🏻

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants