From cc7e168d2b520b4a5e46d50b7c64cafac739db03 Mon Sep 17 00:00:00 2001 From: m-bain <36994049+m-bain@users.noreply.github.com> Date: Tue, 25 Apr 2023 12:14:23 +0100 Subject: [PATCH] add checkout command --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 16f1e1c9..c9951ce3 100644 --- a/README.md +++ b/README.md @@ -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 . ```