mirror of
https://github.com/YunoHost-Apps/kresus_ynh.git
synced 2024-09-03 19:36:10 +02:00
Add weboob dependency with pip
This is as suggested on https://framagit.org/bnjbvr/kresus/issues/515#note_121115
This commit is contained in:
parent
822f1391b3
commit
902ae9e44f
2 changed files with 2 additions and 1 deletions
|
@ -8,7 +8,7 @@ Kresus is an open-source libre self-hosted personal finance manager. It allows y
|
|||
It has started as a fork of cozy-pfm but is way different now.
|
||||
It was continued following this https://framagit.org/bnjbvr/kresus/issues/515
|
||||
|
||||
**More information on the documentation page:**
|
||||
**More information on the documentation page:**
|
||||
https://framagit.org/bnjbvr/kresus
|
||||
https://kresus.org
|
||||
https://yunohost.org/
|
||||
|
|
|
@ -19,6 +19,7 @@ app=$YNH_APP_INSTANCE_NAME
|
|||
# Install dependencies
|
||||
sudo apt-get update
|
||||
sudo apt-get install nodejs-legacy npm python-weboob-core python-imaging -y -qq
|
||||
sudo pip install weboob
|
||||
|
||||
# Build the app
|
||||
src_path=/home/yunohost.app/$app
|
||||
|
|
Loading…
Reference in a new issue