From 5421f1d7ca5aef03fcb9a0a7c5bc415feffec6f8 Mon Sep 17 00:00:00 2001 From: Max Bain <36994049+m-bain@users.noreply.github.com> Date: Tue, 9 May 2023 13:42:50 +0100 Subject: [PATCH] remove v3 tag on pip install --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9d61d9b..943c482 100644 --- a/README.md +++ b/README.md @@ -80,11 +80,11 @@ See other methods [here.](https://pytorch.org/get-started/locally/) ### 3. Install this repo -`pip install git+https://github.com/m-bain/whisperx.git@v3` +`pip install git+https://github.com/m-bain/whisperx.git` If already installed, update package to most recent commit -`pip install git+https://github.com/m-bain/whisperx.git@v3 --upgrade` +`pip install git+https://github.com/m-bain/whisperx.git --upgrade` If wishing to modify this package, clone and install in editable mode: ```