Python Pillow environment setup
Python Pillow Environment Setup
This chapter discusses how to install the pillow package on your computer.
Installing the pillow package is very simple, especially if you use pip to install it.
Installing pillow with pip
To install pillow using pip, simply run the following command in a command prompt:
python -m pip install pip
python -m pip install pillow
If pip and pillow are already installed on your computer, the above command will simply say “Requirements met,” as shown below.