Skip to content

Commit 401882d

Browse files
authored
Update README.md
1 parent 8d37dda commit 401882d

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

README.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,10 @@ Package to process arcjet videos and segment the edge of the shock and of the sa
1717
## Installation
1818

1919
### Prerequisites
20-
The installation of the arcjetCV GUI and python package require a valid git installation, installation of the git-lfs [(git large file storage)](https://git-lfs.github.com/) add-on and a
21-
[Miniconda](https://docs.anaconda.com/free/miniconda/miniconda-install/) or
22-
[Anaconda](https://docs.anaconda.com/free/anaconda/install/index.html) installation.
20+
The installation of the arcjetCV GUI and python package require:
21+
- Git [(git)](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git) installation.
22+
- Git-lfs [(git large file storage)](https://git-lfs.github.com/) installation.
23+
- [Miniconda](https://docs.anaconda.com/free/miniconda/miniconda-install/) or [Anaconda](https://docs.anaconda.com/free/anaconda/install/index.html) installation.
2324

2425
### Unix Users
2526

@@ -41,11 +42,15 @@ xcode-select --install
4142

4243
For local development of arcjetCV and for Windows users, these are the recommended installation steps:
4344

44-
1. **Install `git lfs` (Git Large File Storage):**
45+
2. **Install `git`:**
46+
47+
You can download and install it from [here]([https://git-lfs.github.com/](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git)).
48+
49+
2. **Install `git lfs` (Git Large File Storage):**
4550

4651
You can download and install it from [here](https://git-lfs.github.com/).
4752

48-
2. **Clone the repository and install the package:**
53+
4. **Clone the repository and install the package:**
4954

5055
```bash
5156
git clone https://github.com/magnus-haw/arcjetCV.git

0 commit comments

Comments
 (0)