Python Pillow - Environment Setup



This chapter discusses how to install pillow package in your computer.

Installing pillow package is very easy, especially if you’re installing it using pip.

Installing Pillow using pip

To install pillow using pip, just run the below command in your command prompt −

python -m pip install pip
python -m pip install pillow

In case, if pip and pillow are already installed in your computer, above commands will simply mention the ‘requirement already satisfied’as shown below −

Requirement
Advertisements