Jason NovingerM to Python · 1 year ago357 of top 360 Python packages are now available as wheelspythonwheels.comexternal-linkmessage-square8fedilinkarrow-up139arrow-down10file-text
arrow-up139arrow-down1external-link357 of top 360 Python packages are now available as wheelspythonwheels.comJason NovingerM to Python · 1 year agomessage-square8fedilinkfile-text
minus-squareJason NovingerOPMlinkfedilinkarrow-up6·1 year agoThe installed packages themselves won’t be faster, but they will install faster, sometimes much faster.
minus-squareMidnitte@kbin.sociallinkfedilinkarrow-up3·1 year agoAnd the reason is because you don’t need to (automatically, given) download the tools to compile the package - wheels are precompiled packages for your system.
The installed packages themselves won’t be faster, but they will install faster, sometimes much faster.
And the reason is because you don’t need to (automatically, given) download the tools to compile the package - wheels are precompiled packages for your system.