{"library":"ta-lib","install":[{"cmd":"pip install TA-Lib","imports":["import talib","from talib import MA_Type"]},{"cmd":"# IMPORTANT: The TA-Lib C library is a REQUIRED system dependency.\n# Instructions vary significantly by OS. Examples:\n\n# macOS (using Homebrew):\nbrew install ta-lib\n\n# Linux (Debian-based, requires build tools):\nsudo apt-get update\nsudo apt-get install build-essential\n# Then, download and build the C library from http://ta-lib.org/ (latest 0.4.0-src.tar.gz or 0.6.x-src.tar.gz)\n# tar -xzf ta-lib-0.x.x-src.tar.gz\n# cd ta-lib-0.x.x\n# ./configure --prefix=/usr/local\n# make\n# sudo make install\n\n# Windows (complex, requires Visual Studio C++ build tools):\n# 1. Download ta-lib-0.4.0-msvc.zip from http://prdownloads.sourceforge.net/ta-lib/ta-lib-0.4.0-msvc.zip\n# 2. Extract to C:\\ta-lib\n# 3. Open 'x64 Native Tools Command Prompt for VS 20XX' (matching your VS version)\n# 4. cd C:\\ta-lib\\c\\make\\cdr\\win32\\msvc\n# 5. nmake\n\n# Conda (recommended for easier dependency management):\nconda install -c conda-forge ta-lib libta-lib","imports":[]}]}