Install Pillow

Pillow is available for Windows, Linux, macOS, and FreeBSD. To install Pillow, simply run the pip install Pillow command in the shell:

C:\Users\>pip install Pillow
Collecting Pillow
Using cached Pillow-9.0.1-cp310-cp310-win_amd64.whl (3.2 MB)
Installing collected packages: Pillow
Successfully installed Pillow-9.0.1

You can also download the archive from the following link and run the python setup.py install command to install it.

Geek University 2022