From 623ea1243f82300a0d947307009ae2e5af0c8ea8 Mon Sep 17 00:00:00 2001 From: Felix Hamborg Date: Mon, 8 Jul 2024 12:24:27 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 337dfaf3..5c8e6782 100644 --- a/README.md +++ b/README.md @@ -55,9 +55,9 @@ news-please supports three main use cases, which are explained in more detail in It's super easy, we promise! ### Installation -news-please runs on Python 3.5+. +news-please runs on Python 3.8+. ``` -$ pip3 install news-please +$ pip install news-please ``` ### Use within your own code (as a library)