This commit is contained in:
Jamie Hardt
2025-08-27 15:05:26 -07:00

View File

@@ -15,7 +15,7 @@ files for their metadata.
```sh ```sh
$ brew install ffmpeg $ brew install ffmpeg
$ git clone https://git.squad51.us/jamie/ucsinfer.git $ git clone https://git.squad51.us/jamie/ucsinfer.git
$ git submodule sync $ git submodule update --init
$ python -m venv .venv $ python -m venv .venv
$ source .venv/bin/activate # or whatever command is approprate for your shell $ source .venv/bin/activate # or whatever command is approprate for your shell
$ pip install -e . $ pip install -e .