You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-5Lines changed: 10 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,9 +17,10 @@ Package to process arcjet videos and segment the edge of the shock and of the sa
17
17
## Installation
18
18
19
19
### 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
- 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.
23
24
24
25
### Unix Users
25
26
@@ -41,11 +42,15 @@ xcode-select --install
41
42
42
43
For local development of arcjetCV and for Windows users, these are the recommended installation steps:
43
44
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):**
45
50
46
51
You can download and install it from [here](https://git-lfs.github.com/).
47
52
48
-
2.**Clone the repository and install the package:**
53
+
4.**Clone the repository and install the package:**
0 commit comments