i have macbook,i am not able to install the ta- lib package. plz guide
Hello Neha,
Here the official doc: https://mrjbq7.github.io/ta-lib/install.html
Install the pre-requisite first from the Terminal console:
brew install ta-lib
And then install TaLib library as usual:
pip install TA-Lib
Then you must restart your code editor (if you had it open) or install TA from the editor itself. !pip install TA-Lib
Please be sure to start the code editor from the same environment where you installed Ta-Lib
We hope that helps.Regards,
QuantInsti Support Team