From f617c6fde5fbf546f9b4e8877a3134357425b305 Mon Sep 17 00:00:00 2001 From: Nemo Date: Wed, 21 Jul 2021 18:17:00 +0000 Subject: [PATCH] Add Installation instructions Closes #19 --- README.rst | 9 +++++++++ 1 file changed, 9 insertions(+) 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 ===========