How do I install pyPDF2 module using windows?

Noah Huntington picture Noah Huntington · Feb 28, 2014 · Viewed 76.9k times · Source

As a newbie... I am having difficulties installing pyPDF2 module. I have downloaded. Where and how do I install (setup.py) so I can use module in python interpreter?

Answer

David Metcalfe picture David Metcalfe · Feb 11, 2017

If you have pip, PyPDF2 is on the Python Package Index, so you can install it with the following in your terminal/command prompt:

pip install PyPDF2