Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandrequ authored Jul 17, 2024
1 parent aa364bd commit ef76159
Showing 1 changed file with 13 additions and 12 deletions.
25 changes: 13 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,25 +17,26 @@ Package to process arcjet videos and segment the edge of the shock and of the sa
## Installation

### Prerequisites
The installation of the arcjetCV GUI and python package requires:
- [Git](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git) installation.
- [Git Large File Storage](https://git-lfs.github.com/) (git-lfs) installation.
- [Miniconda](https://docs.anaconda.com/free/miniconda/miniconda-install/) or [Anaconda](https://docs.anaconda.com/free/anaconda/install/index.html) installation.

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

The software can be installed by running:
1. **Git:** Follow the [Git installation guide](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git).
2. **Git Large File Storage (git-lfs):** Follow the [Git LFS installation guide](https://git-lfs.github.com/).
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).
4. **(macOS only) Install Xcode Command Line Tools:**

```bash
conda create --name arcjetcv conda-forge::arcjetcv
```
#### Note for macOS Users:
Ensure that you have the Xcode Command Line Tools installed by running:

```bash
xcode-select --install
```

### Unix Users (Linux and macOS)

Please ensure that you have the Xcode Command Line Tools installed:
The software can be installed by running:

```bash
xcode-select --install
conda create --name arcjetcv conda-forge::arcjetcv
```

### Windows Users and Developers
Expand Down

0 comments on commit ef76159

Please sign in to comment.