mirror of
https://github.com/YunoHost/apps.git
synced 2024-09-03 20:06:07 +02:00
Add ‘pip3 install tqdm GitPython’ required for list_builder.py
This commit is contained in:
parent
641d50bf63
commit
80fff8984d
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue