From 91a1f87303a4433b0ac57f68d0bd2a8677e8e766 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Sun, 2 Jan 2022 19:04:45 +0100 Subject: Newspipe requires Python>=3.10. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index a2ad3873..58593e47 100644 --- a/README.md +++ b/README.md @@ -41,8 +41,8 @@ https://www.newspipe.org Newspipe is really easy to deploy. -Assuming you have already installed ``git``, ``npm``, ``poetry``, and -``Python >= 3.8``, you just have to do the following: +Assuming you have already installed ``git``, ``poetry``, ``npm``, and +``Python >= 3.10``, you just have to do the following: ```bash $ git clone https://git.sr.ht/~cedric/newspipe -- cgit