From c9c4b806c8e552c276c65378ba17d4cf046c66c0 Mon Sep 17 00:00:00 2001 From: oldcricket <32684634+oldcricket@users.noreply.github.com> Date: Wed, 9 Feb 2022 17:14:14 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a9cd68c..9d3707d 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ git clone https://github.com/IBM/sifar-pytorch ``` ## Requirements ``` -pip install -r requirement.txt +pip install -r requirements.txt ``` To load video input, you need to install the [PyAV package](https://pyav.org/docs/develop/overview/installation.htmlgit).