Skip to content

Commit 0d70f31

Browse files
committed
Update README
1 parent 9fcb43a commit 0d70f31

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,11 @@ quicked_new(&aligner, &params);
1515
quicked_align(&aligner, pattern, strlen(pattern), text, strlen(text));
1616
```
1717
18-
QuickEd has bindings available for **C++** at [bindings/cpp](bindings/cpp) and **Python** at [bindings/python](bindings/python).
18+
QuickEd has bindings available for **C++** (at [bindings/cpp](bindings/cpp)) and **Python** (at [bindings/python](bindings/python)).
19+
Python bindings are available through the [PyPI repository](https://pypi.org/project/QuickEd/) and can be installed using `pip install quicked`. More information about the Python bindings can be found in the [Python README](bindings/python/README.md).
20+
21+
Multiple platforms are supported, including **Linux** (*x86_64*), **macOS** (*x86_64 and Apple Silicon*), and **Windows** (*x86_64*).
22+
Precompiled binaries for all platforms are available in the [Releases](https://github.com/maxdoblas/QuickEd/releases) section.
1923
2024
## Features
2125

0 commit comments

Comments
 (0)