Skip to content

Commit

Permalink
Fixed pip install git (#1280)
Browse files Browse the repository at this point in the history
  • Loading branch information
KartikP authored Sep 27, 2024
1 parent 4e57d90 commit 5893e25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ To contribute, please [send in a pull request](https://github.com/brain-score/vi

You will need Python = 3.11 and pip >= 18.1.

`pip install git+https://github.com/brain-score/vision`
`pip install git+https://github.com/brain-score/vision.git`

Test if the installation is successful by scoring a model on a public benchmark:

Expand Down

0 comments on commit 5893e25

Please sign in to comment.