From 115adb112aaa11d136e722bf771ff24ff02055a7 Mon Sep 17 00:00:00 2001 From: David Humphrey Date: Tue, 31 Oct 2023 19:29:07 -0400 Subject: [PATCH] Fix typo in README: M to MB --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e85cfaf..7d209ef 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ ACTION takes one or more video files as input, along with several optional param ## Setup -ACTION is written in Python and requires a number of dependencies and large machine learning models (~778M) to be installed and downloaded. +ACTION is written in Python and requires a number of dependencies and large machine learning models (~778MB) to be installed and downloaded. The easiest way to use it is with the [pixi](https://prefix.dev/docs/pixi/overview) package manager. Pixi installs everything you need into a local `.pixi` folder (i.e., at the root of the project), without needing to modify your system.