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

Consider using pip and requirements.txt for dependencies #1

Open
patcon opened this issue Aug 19, 2013 · 0 comments
Open

Consider using pip and requirements.txt for dependencies #1

patcon opened this issue Aug 19, 2013 · 0 comments

Comments

@patcon
Copy link

patcon commented Aug 19, 2013

I see that you're using submodules to manage external libraries and packages. I'm not a python dev, but my experience is that package managers tend to make projects much more transparent and easier to maintain.

pip allows you to pull in official packages, but also host your own custom ones on github:
https://devcenter.heroku.com/articles/python-pip#git-backed-distributions

As I said, I'm not a python developer, but happy to help if I can. Lemme know

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

1 participant