Skip to content

Commit c0db531

Browse files
New installation instructions [skip ci]
1 parent 7606b86 commit c0db531

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,20 @@ This Python package provides an efficient way to perform forced alignment betwee
4343

4444
### Installation
4545

46+
#### Precompiled from PyPI
47+
```bash
48+
pip install ctc-forced-aligner
49+
```
50+
#### Latest version from GitHub
4651
```bash
4752
pip install git+https://github.com/MahmoudAshraf97/ctc-forced-aligner.git
4853
```
54+
#### Installing locally from source
55+
```bash
56+
git clone https://github.com/MahmoudAshraf97/ctc-forced-aligner.git
57+
cd ctc-forced-aligner
58+
pip install -e .[dev]
59+
```
4960

5061
### Usage
5162

0 commit comments

Comments
 (0)