-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Installation Directions
GFoniX edited this page Jan 7, 2023
·
11 revisions
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.
#For debian
apt-get install build-essential python-pip python-dev python-stsci.distutils
$ easy_install numpy
$ easy_install Cython
$ easy_install TA-Lib
git clone git://github.com/mrjbq7/ta-lib.git
cd ta-lib
$ [sudo] python setup.py install