kevinrvaz / m3u8-dl

A CLI program to download a video played using a m3u8 playlist. Download it here - https://pypi.org/project/m3u8dl/0.5.2/
MIT License
72 stars 20 forks source link

Add global installation instructions for MacOs #6

Closed kevinrvaz closed 3 years ago

kevinrvaz commented 4 years ago

Add global installation instruction for macos, such that m3u8-dl can be started from the terminal itself. An exe can be compiled using pyinstaller main.py --name m3u8-dl --onefile -p <venv-name>/lib/python3.*/site-packages/