From fb5dd738741759a29fc4e71bef7bc50030018e5e Mon Sep 17 00:00:00 2001 From: Exaella Date: Sun, 16 Jun 2024 12:23:37 +0300 Subject: [PATCH] Update README.md --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/README.md b/README.md index 63a1a82..9817ac3 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,24 @@ cd YouTube_Video_Downloader pip install -r requirements.txt ``` +## Building the Executable + +You can build the executable using PyInstaller with the provided spec file. + +1. Ensure you have PyInstaller installed: + +```sh +pip install pyinstaller +``` + +2. Run PyInstaller with the spec file: + +```sh +pyinstaller YouTube_Video_Downloader.spec +``` + +This will create a `dist` directory with the executable. + ## Usage 1. Run the `youtube_downloader.py` script: