File tree Expand file tree Collapse file tree 1 file changed +8
-9
lines changed Expand file tree Collapse file tree 1 file changed +8
-9
lines changed Original file line number Diff line number Diff line change @@ -133,17 +133,18 @@ fail with ``No such file or directory`` errors.
133
133
134
134
### Wheels
135
135
136
- We build binary TA-Lib wheels for Python using GitHub Actions.
136
+ We build binary wheels for Python using GitHub Actions which include the
137
+ underlying TA-Lib C library and are easy to install.
137
138
138
139
Supported platforms:
139
140
140
- * Windows 64-bit
141
- * Windows 32-bit
142
- * Windows ARM64
141
+ * Linux x86_64
142
+ * Linux arm64
143
143
* macOS x86_64
144
- * macOS ARM64
145
- * Linux 64-bit
146
- * Linux ARM64
144
+ * macOS arm64
145
+ * Windows x86_64
146
+ * Windows x86
147
+ * Windows arm64
147
148
148
149
Supported Python versions:
149
150
@@ -153,8 +154,6 @@ Supported Python versions:
153
154
* 3.12
154
155
* 3.13
155
156
156
- These will be available when new [ releases] ( https://github.com/ta-lib/ta-lib-python/releases ) are generated.
157
-
158
157
### Troubleshooting
159
158
160
159
If you get a warning that looks like this:
You can’t perform that action at this time.
0 commit comments