From 9a32bc4361a641385fcc5f3532a1fec57971bb25 Mon Sep 17 00:00:00 2001 From: David Metcalfe Date: Sat, 11 Feb 2017 13:37:22 -0800 Subject: [PATCH] pip install instructions added --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index a59bb5cd7..967fe901c 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,11 @@ Please see the `Sample_Code` folder. Documentation is available at https://pythonhosted.org/PyPDF2/ +##Installation + +To install via pip: + +`pip install PyPDF2` ##FAQ Please see