Spaces:
No application file
No application file
| # 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 |