Installation ============ OS X ---- - `Open a terminal window `_ - Run this command to install the module:: sudo easy_install ofxclient .. seealso:: 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. Windows ------- - `Install and configure ActiveState Python `_ - Ensure ``C:\\Python2X\\Bin`` and ``C:\\Python2X\\Scripts`` folders `are in your path `_ - `Open the command prompt `_ - Run this command to install the module:: easy_install ofxclient .. seealso:: The `OFX Mate project `_ provides you with a local HTTP based API that you can use to further integrate OFX data. Source Code ----------- 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