Commit ·
0366474
1
Parent(s): 2fa5aae
update README.md
Browse files
README.md
CHANGED
|
@@ -16,10 +16,13 @@ The model uses multiple input sources:
|
|
| 16 |
|
| 17 |
## Installation
|
| 18 |
|
| 19 |
-
1. Clone the repository:
|
| 20 |
```bash
|
|
|
|
| 21 |
git clone <repository-url>
|
| 22 |
cd DGMR_SolRad
|
|
|
|
|
|
|
| 23 |
```
|
| 24 |
|
| 25 |
2. Install dependencies:
|
|
|
|
| 16 |
|
| 17 |
## Installation
|
| 18 |
|
| 19 |
+
1. Clone the repository & install Git LFS:
|
| 20 |
```bash
|
| 21 |
+
git lfs install
|
| 22 |
git clone <repository-url>
|
| 23 |
cd DGMR_SolRad
|
| 24 |
+
git lfs pull
|
| 25 |
+
git lfs ls-files # confirm whether models weights & sample data are downloaded
|
| 26 |
```
|
| 27 |
|
| 28 |
2. Install dependencies:
|