aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2022-01-02 19:04:45 +0100
committerCédric Bonhomme <cedric@cedricbonhomme.org>2022-01-02 19:04:45 +0100
commit91a1f87303a4433b0ac57f68d0bd2a8677e8e766 (patch)
treedbab9f2f1145ac62ecd98bff33bd5f24e0f1faae /README.md
parentsimplify process_filters in article_utils.py (diff)
downloadnewspipe-91a1f87303a4433b0ac57f68d0bd2a8677e8e766.tar.gz
newspipe-91a1f87303a4433b0ac57f68d0bd2a8677e8e766.tar.bz2
newspipe-91a1f87303a4433b0ac57f68d0bd2a8677e8e766.zip
Newspipe requires Python>=3.10.
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