ansible-bender icon indicating copy to clipboard operation
ansible-bender copied to clipboard

try installing bender from git w/o setuptools scm

Open TomasTomecek opened this issue 5 years ago • 2 comments

and if it fails badly, figure out what to do

TomasTomecek avatar Feb 23 '19 09:02 TomasTomecek

pip install git://...? This one should work and installing from git archives (tagged releases) should also work.

BTW I recommend you adding a pyproject.toml config to the repo the newest PIPs have great support for PEP 517 and PEP 518 now!

webknjaz avatar Mar 07 '19 13:03 webknjaz

Thank you, will check it out!

TomasTomecek avatar Mar 07 '19 14:03 TomasTomecek