Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down