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

use Pipenv to track dependencies #1

Open
bowbahdoe opened this issue Jun 8, 2018 · 1 comment
Open

use Pipenv to track dependencies #1

bowbahdoe opened this issue Jun 8, 2018 · 1 comment

Comments

@bowbahdoe
Copy link

First off, extremely creepy and fantastic project. You are a gift to the world.

Second, its generally bad practice in python to pip install packages globally on a per-project basis. Usually, most developers use a tool called virtualenv to be able to install packages locally for a single project. For any project, it is also a good idea to keep track of its dependencies as part of the project.

Anywho, I would recommend learning about Pipenv. By using that to handle dependencies, other developers can get up and started with your project quickly (not to mention yourself in quite a few situations)

@Aditya-Khadilkar
Copy link
Owner

Thanks a lot for your kind words :) I will look up and learn pipenv. I'm glad you liked it!

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