TJIET commited on
Commit
fef7e6d
·
verified ·
1 Parent(s): e308a6f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -0
README.md CHANGED
@@ -42,6 +42,13 @@ configs:
42
 
43
  ## ⚙️ Environment Setup
44
 
 
 
 
 
 
 
 
45
  1. **Create a Conda environment** (Python 3.9 recommended):
46
 
47
  ```bash
@@ -52,6 +59,7 @@ conda activate fcev-benchmark
52
  2. **Install required dependencies**:
53
 
54
  ```bash
 
55
  pip install -r requirements.txt
56
  ```
57
 
 
42
 
43
  ## ⚙️ Environment Setup
44
 
45
+ 0. **Git Download the code and dataset**
46
+
47
+ ```bash
48
+ git lfs install
49
+ git clone git@hf.co:datasets/TJIET/eDriveMORL
50
+ ```
51
+
52
  1. **Create a Conda environment** (Python 3.9 recommended):
53
 
54
  ```bash
 
59
  2. **Install required dependencies**:
60
 
61
  ```bash
62
+ cd eDriveMORL
63
  pip install -r requirements.txt
64
  ```
65