diff --git a/README.rst b/README.rst index b2fc3f8..ce0772e 100644 --- a/README.rst +++ b/README.rst @@ -4,6 +4,15 @@ pystitcher pystitcher stitches your PDF files together, generating nice customizable bookmarks for you using a declarative input in the form of a markdown file. It is written in pure python and uses `PyPDF3 `_ for reading and writing PDF files. +Installation +============ + +You can install it easily using `pipx `_:: + + pipx install pystitcher + +The Wiki has `Alternative Installation Instructions `_. + Description ===========