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.
133133
134134### Wheels
135135
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.
137138
138139Supported platforms:
139140
140- * Windows 64-bit
141- * Windows 32-bit
142- * Windows ARM64
141+ * Linux x86_64
142+ * Linux arm64
143143* 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
147148
148149Supported Python versions:
149150
@@ -153,8 +154,6 @@ Supported Python versions:
153154* 3.12
154155* 3.13
155156
156- These will be available when new [ releases] ( https://github.com/ta-lib/ta-lib-python/releases ) are generated.
157-
158157### Troubleshooting
159158
160159If you get a warning that looks like this:
You can’t perform that action at this time.
0 commit comments