From 5cfdac8c177163ba3e26a55a722309c105e2bd92 Mon Sep 17 00:00:00 2001 From: John Benediktsson Date: Tue, 13 Feb 2024 09:51:48 -0800 Subject: [PATCH] Update readme --- README.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 4fcab2b72..2ef357795 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,7 @@ $ your-arm64-python -m pip install --no-cache-dir ta-lib ##### Windows -Download [ta-lib-0.4.0-msvc.zip](http://prdownloads.sourceforge.net/ta-lib/ta-lib-0.4.0-msvc.zip) +Download [ta-lib-0.4.0-msvc.zip](https://sourceforge.net/projects/ta-lib/files/ta-lib/0.4.0/ta-lib-0.4.0-msvc.zip/download) and unzip to ``C:\ta-lib``. > This is a 32-bit binary release. If you want to use 64-bit Python, you will @@ -106,14 +106,16 @@ and unzip to ``C:\ta-lib``. > * Move to ``C:\ta-lib\c\make\cdr\win32\msvc`` > * Build the Library ``nmake`` -You might also try these unofficial windows binaries for both 32-bit and -64-bit: +You might also try these unofficial windows binary wheels for both 32-bit +and 64-bit: -https://www.lfd.uci.edu/~gohlke/pythonlibs/#ta-lib +https://github.com/cgohlke/talib-build/ ##### Linux -Download [ta-lib-0.4.0-src.tar.gz](http://prdownloads.sourceforge.net/ta-lib/ta-lib-0.4.0-src.tar.gz) and: +Download +[ta-lib-0.4.0-src.tar.gz](https://sourceforge.net/projects/ta-lib/files/ta-lib/0.4.0/ta-lib-0.4.0-src.tar.gz/download) +and: ``` $ tar -xzf ta-lib-0.4.0-src.tar.gz