You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: