jhj0517 commited on
Commit
1071876
1 Parent(s): 747d59d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -2
README.md CHANGED
@@ -16,12 +16,11 @@ A Gradio-based browser interface for Whisper
16
 
17
  # Installation and Running
18
  ## Prerequisite
19
- To run Whisper, you need to have `python` version 3.8 to 3.10, `ffmpeg`, and `git` installed on your system. The reason `git` is required is because I am currently using a custom version of `whisper` for my WebUI.
20
 
21
  Please follow the links below to install the necessary software:
22
  - python : [https://www.python.org/downloads/](https://www.python.org/downloads/)
23
  - ffmpeg : [https://ffmpeg.org/download.html](https://ffmpeg.org/download.html)
24
- - git : [https://git-scm.com/book/en/v2/Getting-Started-Installing-Git](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git)
25
 
26
  ## Automatic Installation
27
  If you have satisfied the prerequisites listed above, you are now ready to start Whisper-WebUI.
 
16
 
17
  # Installation and Running
18
  ## Prerequisite
19
+ To run Whisper, you need to have `python` version 3.8 to 3.10 and `ffmpeg`.
20
 
21
  Please follow the links below to install the necessary software:
22
  - python : [https://www.python.org/downloads/](https://www.python.org/downloads/)
23
  - ffmpeg : [https://ffmpeg.org/download.html](https://ffmpeg.org/download.html)
 
24
 
25
  ## Automatic Installation
26
  If you have satisfied the prerequisites listed above, you are now ready to start Whisper-WebUI.