Reputation: 83
I am a beginner for Python and I'm trying to install pillow so that my program could show the image. I searched the internet but I find it very confusing, I didn't know where to put the command. Can somebody help me please?
Upvotes: 0
Views: 266
Reputation: 369
In the command line write:
pip install pillow
If you are in Windows, you can press Windows key + R and write the command there.
Upvotes: 1