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

[Enhancement]Switch to a more sane dependency and virtual environment manager #1

Open
divyanshutomar opened this issue May 8, 2018 · 1 comment
Assignees
Labels
good first issue Good for newcomers

Comments

@divyanshutomar
Copy link

divyanshutomar commented May 8, 2018

Using pip and virtualenv together to manage project dependencies and environment isolation is one of the pain points I have faced while working on python projects. Recently, I came across this package called pipenv which seamlessly manages the virtual environment for your project and keep tracks of your project dependencies in a more deterministic way. Something along the lines of npm, yarn of the JS world.

Give this article a read:
https://realpython.com/pipenv-guide/

Feel free to assign me this if you have plans to go through this path.

@dkaushik94
Copy link
Owner

You can go ahead and try out setting it up. ^^ Good Read! Will adopt this into projects.

@dkaushik94 dkaushik94 added the good first issue Good for newcomers label May 8, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants