Hi I\'m just getting started with python and trying to get some requisite libraries installed. Using Python 3.4.1 on OS X. I have installed PyPDF2 (with supposed success), y
You can install PyPDF2 by using the following command,
pip install PyPDF2