You can install the Pillow module in Python by following the given code. If you want to learn Computer Vision then I will highly recommend you to read This book.
If you are using Command Prompt or Anaconda Prompt, then use this code to install Pillow.
pip install Pillow
If you are using Jupyter Notebook, then use this code to install Pillow.
!pip install Pillow