From eee350e93c9b000fd01f38a5595c823c7e7070f0 Mon Sep 17 00:00:00 2001 From: Connor Newton Date: Thu, 29 Aug 2024 09:36:02 +0100 Subject: [PATCH] Correct docs for required Python and install from PyPI --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4f99e29..f4e4175 100644 --- a/README.md +++ b/README.md @@ -22,14 +22,14 @@ were modified. ### Prerequisites -- Python 3.9 or later +- Python 3.10 or later ### Installation -Install from source using your favourite package manager +Install using your favourite package manager ```bash -pip install git+https://github.com/phyrwork/copyright2.git +pip install copyright2 ``` ### Usage