Skip to content

Commit

Permalink
add checkout command
Browse files Browse the repository at this point in the history
  • Loading branch information
m-bain authored Apr 25, 2023
1 parent db97f29 commit cc7e168
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,12 +85,13 @@ See other methods [here.](https://pytorch.org/get-started/previous-versions/#whe

If already installed, update package to most recent commit

`pip install git+https://github.com/m-bain/whisperx.git --upgrade`
`pip install git+https://github.com/m-bain/whisperx.git@v3 --upgrade`

If wishing to modify this package, clone and install in editable mode:
```
$ git clone https://github.com/m-bain/whisperX.git
$ git clone https://github.com/m-bain/whisperX.git@v3
$ cd whisperX
$ git checkout v3
$ pip install -e .
```

Expand Down

0 comments on commit cc7e168

Please sign in to comment.