From 9d2aeb9a80936df7cff3a5d8a662bc670f35ec3d Mon Sep 17 00:00:00 2001 From: sorin-postelnicu Date: Tue, 17 Nov 2015 15:35:33 +0100 Subject: [PATCH] Update README.md Added list of pre-requisites for Debian/Ubuntu --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 344b364..d7c7251 100644 --- a/README.md +++ b/README.md @@ -38,8 +38,11 @@ Requirements - A GnuCash file that uses a database backend (tested with MySQL; should work with Postgres or SQLite as well) - - `pip` and `virtualenv` installed (in Debian/Ubuntu: `sudo apt-get install - python-pip`, then `sudo pip install virtualenv`) + - Pre-requisites (for Debian/Ubuntu): + `sudo apt-get update && sudo apt-get install -y git python-dev libmysqlclient-dev` + + - `pip` and `virtualenv` installed (in Debian/Ubuntu: `sudo apt-get install python-pip`, + then `sudo pip install virtualenv`) - _(Optional)_ Python GnuCash API installed (currently this is only used in the code that imports QIF files)