Skip to content

Installation Directions

GFoniX edited this page Jan 7, 2023 · 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:

#For debian
apt-get install build-essential python-pip python-dev python-stsci.distutils


$ easy_install numpy
$ easy_install Cython
$ 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
Clone this wiki locally