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
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,8 @@ Simone requires the following dependencies to be installed on your system:
29
29
30
30
## Installation
31
31
32
-
Please see the [documentation](https://rajtilakjee.github.io/simone/getting-started/installation/) for detailed instruction on installing the dependencies and the main program.
32
+
> [!IMPORTANT]
33
+
> Please see the [documentation](https://rajtilakjee.github.io/simone/getting-started/installation/) for detailed instruction on installing the dependencies and the main program.
Copy file name to clipboardExpand all lines: docs/getting-started/installation.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,13 +4,15 @@ These are the details you need to follow in order to make Simone work on your lo
4
4
5
5
### Install FFMPEG:
6
6
7
-
1. Download it from the following link: https://ffmpeg.org/download.html
7
+
1. Download it from the following link: [https://ffmpeg.org/download.html](https://ffmpeg.org/download.html)
8
8
2. Follow the instructions on the screen to install it.
9
9
10
10
### Install Tesseract OCR:
11
11
12
-
1. Visit the following page for detailed instructions on how to install Tesseract OCR in your system: https://tesseract-ocr.github.io/tessdoc/Installation.html
13
-
2. Remember to find out the path where Tesseract OCR was installed in your system. You'll need this during execution of the program.
12
+
1. Visit the following page for detailed instructions on how to install Tesseract OCR in your system: [https://tesseract-ocr.github.io/tessdoc/Installation.html](https://tesseract-ocr.github.io/tessdoc/Installation.html)
13
+
14
+
> [!IMPORTANT]
15
+
> Remember to find out the path where Tesseract OCR was installed in your system. You'll need this during execution of the program.
0 commit comments