We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3584da commit 7ed6e01Copy full SHA for 7ed6e01
1 file changed
README.md
@@ -133,8 +133,8 @@ fail with ``No such file or directory`` errors.
133
134
### Wheels
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.
+For convenience, we build binary wheels for Python using GitHub Actions
+which include the underlying TA-Lib C library and are easy to install.
138
139
Supported platforms:
140
@@ -154,6 +154,10 @@ Supported Python versions:
154
* 3.12
155
* 3.13
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
+
161
### Troubleshooting
162
163
If you get a warning that looks like this:
0 commit comments