Skip to content

Commit 655d9c9

Browse files
committed
README: adding note about wheels
1 parent b70161a commit 655d9c9

1 file changed

Lines changed: 24 additions & 0 deletions

File tree

README.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,30 @@ $ sudo make install
131131
Note: if your directory path includes spaces, the installation will probably
132132
fail with ``No such file or directory`` errors.
133133

134+
### Wheels
135+
136+
We build binary TA-Lib wheels for Python using GitHub Actions.
137+
138+
Supported platforms:
139+
140+
* Windows 64-bit
141+
* Windows 32-bit
142+
* Windows ARM64
143+
* macOS x86_64
144+
* macOS arm64
145+
* Linux 64-bit
146+
* Linux ARM64
147+
148+
Supported Python versions:
149+
150+
* 3.9
151+
* 3.10
152+
* 3.11
153+
* 3.12
154+
* 3.13
155+
156+
These will be available when new [releases](https://github.com/ta-lib/ta-lib-python/releases) are generated.
157+
134158
### Troubleshooting
135159

136160
If you get a warning that looks like this:

0 commit comments

Comments
 (0)