From d13f5acbab9916bf99edb6ec561ff0a84e9923d3 Mon Sep 17 00:00:00 2001 From: Jamie Hardt Date: Wed, 27 Aug 2025 13:34:46 -0700 Subject: [PATCH] Enhanced readme --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 5d4765c..b945387 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,10 @@ packaged on PyPi. You should clone the project to your local machine and do an [editable install](https://pip.pypa.io/en/stable/topics/local-project-installs/#editable-installs) in a [virtual environment](https://docs.python.org/3/library/venv.html). +Note: You will also need ffmpeg. + ```sh +$ brew install ffmpeg $ git clone https://git.squad51.us/jamie/ucsinfer.git $ git submodule sync $ python -m venv .venv