aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
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
bgstack15