Requesting Python Wheel File
rrenode opened this issue · 3 comments
rrenode commented
Simply requesting the ability to download and install through the whl file
adontz commented
Agree, this is crucial for Windows deployments.
ramnes commented
Also important for anything running inside containers, if you want to keep your images small and not embed a compiler. The temporary solution is to do some Docker multi-stage magic, but that's boring.
elprans commented
Done.