From 902ae9e44f70520a3f4d7995b86f981c21c17e77 Mon Sep 17 00:00:00 2001 From: "J. Fernando Lagrange" Date: Mon, 4 Sep 2017 20:10:40 +0200 Subject: [PATCH] Add weboob dependency with pip This is as suggested on https://framagit.org/bnjbvr/kresus/issues/515#note_121115 --- README.md | 2 +- scripts/install | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8887a4a..90f4d80 100644 --- a/README.md +++ b/README.md @@ -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/ diff --git a/scripts/install b/scripts/install index ad8baf5..da5e641 100644 --- a/scripts/install +++ b/scripts/install @@ -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