Heads up! In the next video you will install PyPDF2 (they recently updated their website)

In order to make sure your code works just like mine does in the video, I recommend you install the same version as me. To do this, make sure you type in your command line:


pip3 install PyPDF2==1.26


AND NOT


pip3 install PyPDF2 like you see in the video because this will install the latest (and a different version than I am using)



Here is the documentation for the PyPDF2 API we will be using in the next couple of videos.


Happy coding!