Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ExaellaSS authored Jun 16, 2024
1 parent df2eb88 commit fb5dd73
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit fb5dd73

Please sign in to comment.