Skip to content

Commit

Permalink
Add instructions for LFS objects
Browse files Browse the repository at this point in the history
  • Loading branch information
aliaksei135 authored Feb 24, 2022
1 parent 7f918c7 commit 13a0743
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions BUILD.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,17 @@ python3 -m venv spgr
.\spgr\Scripts\activate.bat
```

3. Clone the repository
3. Clone the repository. There are some data files that are stored in git LFS, so we ensure that the hooks are installed first, then `git clone` is able to download both sets of files.

```commandline
git lfs install
git clone https://github.com/aliaksei135/seedpod_ground_risk.git
```

4. Install requirements

```commandline
cd seedpod_ground_risk
pip install -r requirements.txt
```

Expand All @@ -48,17 +48,16 @@ python -m venv spgr
source spgr/bin/activate
```

3. Clone the repository

3. Clone the repository. There are some data files that are stored in git LFS, so we ensure that the hooks are installed first, then `git clone` is able to download both sets of files.
```commandline
git lfs install
git clone https://github.com/aliaksei135/seedpod_ground_risk.git
```

4. Install requirements

```commandline
cd seedpod_ground_risk
pip install -r requirements-linux.txt
```

Expand Down

0 comments on commit 13a0743

Please sign in to comment.