add checkout command

This commit is contained in:
m-bain
2023-04-25 12:14:23 +01:00
committed by GitHub
parent db97f29678
commit cc7e168d2b

View File

@ -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 .
```