Update README.md
Browse files
README.md
CHANGED
@@ -175,10 +175,11 @@ Each element includes coordinates (x, y), a unique ID, and the page number it ap
|
|
175 |
|
176 |
### Setup
|
177 |
|
178 |
-
|
|
|
179 |
|
180 |
```
|
181 |
-
$ git clone
|
182 |
$ cd dp-bench
|
183 |
$ pip install -r requirements.txt
|
184 |
```
|
|
|
175 |
|
176 |
### Setup
|
177 |
|
178 |
+
Before setting up the environment, make sure to [install Git LFS](https://git-lfs.com/), which is required for handling large files.
|
179 |
+
Once installed, you can clone the repository and install the necessary dependencies by running the following commands:
|
180 |
|
181 |
```
|
182 |
+
$ git clone https://huggingface.co/datasets/upstage/dp-bench.git
|
183 |
$ cd dp-bench
|
184 |
$ pip install -r requirements.txt
|
185 |
```
|