Skip to content

Installation Directions

peter1000 edited this page Dec 13, 2013 · 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

for Python3: Install From binstar (Conda): https://conda.binstar.org/peter/linux-64

add the Channel to your: .condarc file

channels:
#   defaults channels
  - http://repo.continuum.io/pkgs/free
  - http://repo.continuum.io/pkgs/pro
#   customary channels
  - http://conda.binstar.org/peter
$ conda install ta-lib
Clone this wiki locally