GGroenendaal
commited on
Commit
·
1f75c76
1
Parent(s):
d5c86c6
add lfs as prerequisite to readme
Browse files
README.md
CHANGED
@@ -12,6 +12,7 @@ Make sure you have the following tools installed:
|
|
12 |
|
13 |
- [Poetry](https://python-poetry.org/) for Python package management;
|
14 |
- [Docker](https://www.docker.com/get-started/) for running ElasticSearch.
|
|
|
15 |
|
16 |
Then, run the following commands:
|
17 |
|
|
|
12 |
|
13 |
- [Poetry](https://python-poetry.org/) for Python package management;
|
14 |
- [Docker](https://www.docker.com/get-started/) for running ElasticSearch.
|
15 |
+
- [Git LFS](https://git-lfs.github.com/) for downloading binary files that do not fit in git.
|
16 |
|
17 |
Then, run the following commands:
|
18 |
|