From 840e21e5de4870a6bc5eff75b35ffd202c98c35d Mon Sep 17 00:00:00 2001 From: Valentin Gabeff <110831118+gabeva@users.noreply.github.com> Date: Mon, 5 Feb 2024 09:07:37 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8809a3a..9cb75ed 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ Required python packages are listed in the requirements.yml which can be used to ``` conda env create --file environment.yml conda activate wildclip -pip install clip @ git+https://github.com/openai/CLIP.git +pip install clip@git+https://github.com/openai/CLIP.git ```