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