How to test setup.py with easy_install?
So I've just added install_requires=["lockfile>=0.2"] to my setup() call. How do I test that from within my local source repository? Running "python setup.py install" doesn't seem to do anything with it (I didn't expect it to). I assume I have to get easy_install to process the setup.py file in the current directory somehow, but I don't see how. Thanks, Skip
"skip" == skip <skip@pobox.com> writes:
skip> So I've just added skip> install_requires=["lockfile>=0.2"] skip> to my setup() call. How do I test that from within my local skip> source repository? Okay, I figured it out. I wasn't thinking with all three of my neurons. Two of them have already fallen asleep. It's been a long day... Sorry for the noise... Skip
participants (1)
-
skip@pobox.com