Run this command to install the module:
sudo easy_install ofxclient
See also
The OFX Mate project offers a menu bar app for OS X in addition to a local HTTP based API that you can use to further integrate OFX data.
Ensure C:\\Python2X\\Bin
and C:\\Python2X\\Scripts
folders are in your path
Run this command to install the module:
easy_install ofxclient
See also
The OFX Mate project provides you with a local HTTP based API that you can use to further integrate OFX data.
Source code is hosted on github.
Url: | https://github.com/captin411/ofxclient |
---|
Basic build instructions (run in a terminal):
git clone git://github.com/captin411/ofxclient.git
cd ofxclient
python setup.py build
python setup.py test
sudo python setup.py install