quentinsf / icsv2ledger

Interactive importing of CSV files to Ledger
196 stars 70 forks source link

Add "pip install" support #131

Open bohemianoid opened 5 years ago

bohemianoid commented 5 years ago

This adds support to install icsv2ledger with pip:

$ pip install https://github.com/quentinsf/icsv2ledger/archive/master.zip

pip makes icsv2ledger available system wide:

$ icsv2ledger [options] -a STR [infile [outfile]]

I hope, this is a useful addition to icsv2ledger. Looking forward to your feedback.

peterdc commented 4 years ago

Thank you for this. I had set this up myself with a previous version, but a more recent commit broke it for me. This pull request resolves those issues.