From 8172b8651c08ac5bd215e32b77600100f32b02ae Mon Sep 17 00:00:00 2001 From: jvoisin <julien.voisin@dustri.org> Date: Tue, 11 Feb 2020 08:01:07 -0800 Subject: [PATCH] Update README.md --- README.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/README.md b/README.md index 9c18154..4e6a696 100644 --- a/README.md +++ b/README.md @@ -44,13 +44,7 @@ Please note that mat2 requires at least Python3.5. # Requirements setup on macOS (OS X) using [Homebrew](https://brew.sh/) ```bash -brew install exiftool -brew install cairo -brew install pygobject3 -brew install poppler -brew install gdk-pixbuf -brew install librsvg -brew install ffmpeg +brew install exiftool cairo pygobject3 poppler gdk-pixbuf librsvg ffmpeg ``` # Running the test suite -- GitLab