diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2022-01-02 19:04:45 +0100 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2022-01-02 19:04:45 +0100 |
commit | 91a1f87303a4433b0ac57f68d0bd2a8677e8e766 (patch) | |
tree | dbab9f2f1145ac62ecd98bff33bd5f24e0f1faae /README.md | |
parent | simplify process_filters in article_utils.py (diff) | |
download | newspipe-91a1f87303a4433b0ac57f68d0bd2a8677e8e766.tar.gz newspipe-91a1f87303a4433b0ac57f68d0bd2a8677e8e766.tar.bz2 newspipe-91a1f87303a4433b0ac57f68d0bd2a8677e8e766.zip |
Newspipe requires Python>=3.10.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |