We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7606b86 commit c0db531Copy full SHA for c0db531
README.md
@@ -43,9 +43,20 @@ This Python package provides an efficient way to perform forced alignment betwee
43
44
### Installation
45
46
+#### Precompiled from PyPI
47
+```bash
48
+pip install ctc-forced-aligner
49
+```
50
+#### Latest version from GitHub
51
```bash
52
pip install git+https://github.com/MahmoudAshraf97/ctc-forced-aligner.git
53
```
54
+#### Installing locally from source
55
56
+git clone https://github.com/MahmoudAshraf97/ctc-forced-aligner.git
57
+cd ctc-forced-aligner
58
+pip install -e .[dev]
59
60
61
### Usage
62
0 commit comments