papers icon indicating copy to clipboard operation
papers copied to clipboard

Automatically installing dependencies

Open ghost opened this issue 5 years ago • 1 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

ghost avatar Jul 25 '18 23:07 ghost

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.

perrette avatar Apr 09 '19 17:04 perrette

I think this should have been fixed in v2. Closing for now.

perrette avatar Apr 17 '23 02:04 perrette

Nope. Not fixed. Soon.

perrette avatar Apr 17 '23 09:04 perrette

Fixed in commit f84f34 Also on pypi v2.1

perrette avatar Apr 17 '23 09:04 perrette