Ensure Python is installed from the official Python website.
-
Create a virtual environment:
python -m venv env
-
Activate the virtual environment:
-
Windows:
.\env\Scripts\activate
-
macOS/Linux:
source env/bin/activate
-
-
Install from
requirements.txt
:pip install -r requirements.txt
-
Install ffmpeg
brew install ffmpeg
python starter.py