Steve Dower added the comment:

Unfortunately, "install <anything>" is often a blocking requirement for many 
developers (typically the ones who get paid well to do this), so I'd rather 
have no requirements.

Currently we achieve this if PowerShell is up to date or Python+py.exe are 
installed, both of which are likely even in the "I can't install anything" 
case. Soon we'll also succeed here if git is installed and on PATH, which 
likely covers a few more % of users (but especially our Win7 buildbots). I feel 
confident we've covered 99% of cases transparently without adding the need for 
more documentation - still just get_externals.bat && build.bat to build.

Once Travis has finished its build I'll merge and we'll see if the buildbots 
like it.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue30450>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to