Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjbq7 committed Feb 13, 2024
1 parent b2c332e commit 5cfdac8
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 5cfdac8

Please sign in to comment.