We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ed153bd + 24b0658 commit 9280edfCopy full SHA for 9280edf
README.md
@@ -37,13 +37,15 @@ To install and set up the project, follow these steps:
37
- **macOS**: Install using Homebrew (`brew install ffmpeg`).
38
- **Windows**: Download from [ffmpeg.org](https://ffmpeg.org/download.html) and add to PATH.
39
40
-2. Clone the repository:
+2. Install VLC
41
+ - download VLC at [videolan.org](https://www.videolan.org/vlc/download-windows.html)
42
+3. Clone the repository:
43
```bash
44
git clone https://github.com/S0KPiseth/4k-youtube-downloader-with-UI.git
45
cd 4k-youtube-downloader-with-UI
46
```
47
-3. Run the following command to install the required library:
48
+4. Run the following command to install the required library:
49
50
51
pip install python-vlc customtkinter Pillow yt-dlp
0 commit comments