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.
133133
134134### Wheels
135135
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.
138138
139139Supported platforms:
140140
@@ -154,6 +154,10 @@ Supported Python versions:
154154* 3.12
155155* 3.13
156156
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+
157161### Troubleshooting
158162
159163If you get a warning that looks like this:
You can’t perform that action at this time.
0 commit comments