Automatically installing dependencies
Opened this issue · 4 comments
pip install git+https://github.com/perrette/papers.git#egg=papers
doesn't automatically get the dependencies. Looks like setup.py
is using distutils.core
, which I don't know very well. Perhaps there's a way to do this in distutils as well, but in setuptools, setuptools.setup(install_requires=)
can automatically get dependencies when installing.
Docs here:
https://packaging.python.org/guides/distributing-packages-using-setuptools/#install-requires
Thanks for your comment, i will take a look when I am seriously back on this project, but not before another couple of months. For now, the project is more experimental. I intend to make a pip version so that this sort of issue should not be relevant anymore.
I think this should have been fixed in v2. Closing for now.
Nope. Not fixed. Soon.
Fixed in commit f84f34
Also on pypi v2.1