Datasets:

ArXiv:
License:
e9t commited on
Commit
5b55dd9
1 Parent(s): 3d48dac

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -2
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
- To set the environment, clone the repository and install the required dependencies by running the following commands:
 
179
 
180
  ```
181
- $ git clone httpshttps://huggingface.co/datasets/upstage/dp-bench.git
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
  ```