File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -133,8 +133,8 @@ fail with ``No such file or directory`` errors.
133
133
134
134
### Wheels
135
135
136
- We build binary wheels for Python using GitHub Actions which include the
137
- underlying TA-Lib C library and are easy to install.
136
+ For convenience, we build binary wheels for Python using GitHub Actions
137
+ which include the underlying TA-Lib C library and are easy to install.
138
138
139
139
Supported platforms:
140
140
@@ -154,6 +154,10 @@ Supported Python versions:
154
154
* 3.12
155
155
* 3.13
156
156
157
+ In the event that your OS, architecture, or python version are not available
158
+ as a binary wheel, it is fairly easy to install from source using the
159
+ instructions above.
160
+
157
161
### Troubleshooting
158
162
159
163
If you get a warning that looks like this:
You can’t perform that action at this time.
0 commit comments