Closed kevinrvaz closed 3 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/
pyinstaller main.py --name m3u8-dl --onefile -p <venv-name>/lib/python3.*/site-packages/
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/