Spaces:
No application file
No application file
File size: 259 Bytes
cee66ff | 1 2 3 4 5 6 7 8 9 10 11 12 13 | # install poetry (mac, linux)
curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python -
# install ffmpeg
(macos)
brew install ffmpeg
(linux)
sudo apt install ffmpeg
or use conda
conda install -y -c conda-forge ffmpeg |