How can I make a path of Python2.7 to use PyPDF2?

Question:

how can I put the path of python to use the PyPDF2 .. and about the PyPDF2 did i need to download it and add it to python files ? I am a beginner in python and I need to learn about how to read the text form PDF file. help me 🙂

Asked By: Zahoori Nazo

||

Answers:

If you don’t have pip. You should firstly install pip.

If you have pip then open your command line(cmd) and type below command it will install library to your computer.

pip install pypdf2

if successfull installed on your computer then you can import pypdf2 to use.

Answered By: Harun ERGUL
Categories: questions Tags: , ,
Answers are sorted by their score. The answer accepted by the question owner as the best is marked with
at the top-right corner.