Skip to content

Commit 48ef0d8

Browse files
committed
bump the directions for 0.6.4
1 parent ea9a1c5 commit 48ef0d8

File tree

1 file changed

+10
-20
lines changed

1 file changed

+10
-20
lines changed

README.md

Lines changed: 10 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -100,36 +100,26 @@ $ your-arm64-python -m pip install --no-cache-dir ta-lib
100100

101101
##### Windows
102102

103-
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)
104-
and unzip to ``C:\ta-lib``.
103+
For 64-bit Windows, the easiest way is to get the *executable installer*:
105104

106-
> This is a 32-bit binary release. If you want to use 64-bit Python, you will
107-
> need to build a 64-bit version of the library. Some unofficial instructions
108-
> for building on 64-bit Windows 10 or Windows 11, here for reference:
109-
>
110-
> 1. Download and Unzip ``ta-lib-0.4.0-msvc.zip``
111-
> 2. Move the Unzipped Folder ``ta-lib`` to ``C:\``
112-
> 3. Download and Install Visual Studio Community (2015 or later)
113-
> * Remember to Select ``[Visual C++]`` Feature
114-
> 4. Build TA-Lib Library
115-
> * From Windows Start Menu, Start ``[x64 Native Tools Command Prompt]``
116-
> * Move to ``C:\ta-lib\c\make\cdr\win32\msvc``
117-
> * Build the Library ``nmake``
105+
1. Download [ta-lib-0.6.4-windows-x86_64.msi](https://github.com/ta-lib/ta-lib/releases/download/v0.6.4/ta-lib-0.6.4-windows-x86_64.msi).
106+
2. Run the Installer or run ``msiexec`` [from the command-line](https://learn.microsoft.com/en-us/windows/win32/msi/standard-installer-command-line-options).
118107

119-
You might also try these unofficial windows binary wheels for both 32-bit
120-
and 64-bit:
108+
Alternatively, if you prefer to get the libraries without installing, or
109+
would like to use the 32-bit version:
121110

122-
https://github.com/cgohlke/talib-build/
111+
* Intel/AMD 64-bit [ta-lib-0.6.4-windows-x86_64.zip](https://github.com/ta-lib/ta-lib/releases/download/v0.6.4/ta-lib-0.6.4-windows-x86_64.zip)
112+
* Intel/AMD 32-bit [ta-lib-0.6.4-windows-x86_32.zip](https://github.com/ta-lib/ta-lib/releases/download/v0.6.4/ta-lib-0.6.4-windows-x86_32.zip)
123113

124114
##### Linux
125115

126116
Download
127-
[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)
117+
[ta-lib-0.6.4-src.tar.gz](https://github.com/ta-lib/ta-lib/releases/download/v0.6.4/ta-lib-0.6.4-src.tar.gz)
128118
and:
129119

130120
```
131-
$ tar -xzf ta-lib-0.4.0-src.tar.gz
132-
$ cd ta-lib/
121+
$ tar -xzf ta-lib-0.6.4-src.tar.gz
122+
$ cd ta-lib-0.6.4/
133123
$ ./configure --prefix=/usr
134124
$ make
135125
$ sudo make install

0 commit comments

Comments
 (0)