Slide 4
Slide 4 text
Python wheels
●
Wheels are built distributions, and can be uploaded to PyPI
alongside source distributions
●
This saves users from building themselves
●
Wheels are architecture-specific
– e.g. win32, win64, macosx, linux32, linux64
●
A recent addition allowed “manylinux” wheels to be uploaded
●
Raspberry Pi is not the “manylinux” architecture, it’s ARM