Skip to content

Commit ef76159

Browse files
authored
Update README.md
1 parent aa364bd commit ef76159

File tree

1 file changed

+13
-12
lines changed

1 file changed

+13
-12
lines changed

README.md

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -17,25 +17,26 @@ 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 requires:
21-
- [Git](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git) installation.
22-
- [Git Large File Storage](https://git-lfs.github.com/) (git-lfs) installation.
23-
- [Miniconda](https://docs.anaconda.com/free/miniconda/miniconda-install/) or [Anaconda](https://docs.anaconda.com/free/anaconda/install/index.html) installation.
2420

25-
### Unix Users (Linux and macOS)
21+
Before you start, ensure you have the following tools installed on your system:
2622

27-
The software can be installed by running:
23+
1. **Git:** Follow the [Git installation guide](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git).
24+
2. **Git Large File Storage (git-lfs):** Follow the [Git LFS installation guide](https://git-lfs.github.com/).
25+
3. **Miniconda or Anaconda:** Follow the respective installation guide for [Miniconda](https://docs.anaconda.com/free/miniconda/miniconda-install/) or [Anaconda](https://docs.anaconda.com/free/anaconda/install/index.html).
26+
4. **(macOS only) Install Xcode Command Line Tools:**
2827

29-
```bash
30-
conda create --name arcjetcv conda-forge::arcjetcv
31-
```
32-
#### Note for macOS Users:
28+
Ensure that you have the Xcode Command Line Tools installed by running:
3329

30+
```bash
31+
xcode-select --install
32+
```
33+
34+
### Unix Users (Linux and macOS)
3435

35-
Please ensure that you have the Xcode Command Line Tools installed:
36+
The software can be installed by running:
3637

3738
```bash
38-
xcode-select --install
39+
conda create --name arcjetcv conda-forge::arcjetcv
3940
```
4041

4142
### Windows Users and Developers

0 commit comments

Comments
 (0)