From 80fff8984daedef02b0a5cadc69ce868c8a2b14e Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Mon, 19 Feb 2024 01:10:27 +0100 Subject: [PATCH] =?UTF-8?q?Add=20=E2=80=98pip3=20install=20tqdm=20GitPytho?= =?UTF-8?q?n=E2=80=99=20required=20for=20list=5Fbuilder.py?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- store/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/store/README.md b/store/README.md index 6222f4eb..fdedaa29 100644 --- a/store/README.md +++ b/store/README.md @@ -18,6 +18,7 @@ mkdir -p ../builds/default/v3/ curl https://app.yunohost.org/default/v3/apps.json > ../builds/default/v3/apps.json # You will also want to run list_builder.py to initialize the .apps_cache (at least for a few apps, you can Ctrl+C after a while) +pip3 install tqdm GitPython pushd .. ./tools/list_builder.py popd