To setup develop environment (you need brew
and conda
):
# Create virtual environment
conda create -n ear
conda activate ear
Install ffmpeg (see more here if the following command doesn't work for you)
brew postinstall libtasn1
brew install ffmpeg
Install all python requirements:
pip install -r requirements.txt
To encapsulate the app:
pyinstaller ./ear.spec