You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
peter1000 edited this page Feb 3, 2014
·
11 revisions
Dependencies:
Cython >=0.18
TA-Lib >=0.4:
[OSX] brew install ta-lib
[Linux] download, untar, ./configure, make, [sudo] make install
[Windows] download and unzip to "C:\ta-lib"
Note:
If you build ``TA-Lib`` manually using ``make -jX``, the build will fail but it's OK!
Simply rerun ``make -jX`` followed by ``[sudo] make install`` and it will work as expected.
Install From PyPI:
$ easy_install TA-Lib
Build and Install From Git:
git clone git://github.com/mrjbq7/ta-lib.git
cd ta-lib
$ [sudo] python setup.py install