embedingHF commited on
Commit
dcaed9e
·
verified ·
1 Parent(s): 8470fc3

Update CMD.bash

Browse files
Files changed (1) hide show
  1. CMD.bash +15 -13
CMD.bash CHANGED
@@ -1,14 +1,16 @@
1
- # Install required packages
2
- pip install -r requirements.txt
3
-
4
- # For video conversion, install FFmpeg
5
- # Ubuntu/Debian:
6
- sudo apt-get install ffmpeg
7
-
8
- # macOS:
9
- brew install ffmpeg
10
-
11
- # Windows: Download from ffmpeg.org
12
- winget install Gyan-FFmpeg
13
- # Run the application
 
 
14
  python main.py
 
1
+ #https://chat.deepseek.com/share/tyxmttfnpjuwdclfmr
2
+
3
+ # Install required packages
4
+ pip install -r requirements.txt
5
+
6
+ # For video conversion, install FFmpeg
7
+ # Ubuntu/Debian:
8
+ sudo apt-get install ffmpeg
9
+
10
+ # macOS:
11
+ brew install ffmpeg
12
+
13
+ # Windows: Download from ffmpeg.org
14
+ winget install Gyan-FFmpeg
15
+ # Run the application
16
  python main.py