Skip to content

Commit

Permalink
add hint about running fetch with git lfs in Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
anne17 committed Aug 27, 2024
1 parent 4013331 commit 17fd381
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ If you want to run the tests you will need to clone this project from

Before cloning the repository with [git](https://git-scm.com/downloads) make sure you have [Git Large File
Storage](https://git-lfs.github.com/) installed (`apt install git-lfs`). Some files will not be downloaded correctly
otherwise.
otherwise. If you happen to clone the repository before installing Git Large File Storage you will have to run `git lfs
fetch` in order to update the corpus and annotation files.

Install the dependencies, including the dev dependencies. We recommend that you first set up a virtual environment:

Expand Down

0 comments on commit 17fd381

Please sign in to comment.