summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 2aeb493..4e6a696 100644
--- a/README.md
+++ b/README.md
@@ -41,6 +41,12 @@ Nautilus, the default file manager of GNOME.
41 41
42Please note that mat2 requires at least Python3.5. 42Please note that mat2 requires at least Python3.5.
43 43
44# Requirements setup on macOS (OS X) using [Homebrew](https://brew.sh/)
45
46```bash
47brew install exiftool cairo pygobject3 poppler gdk-pixbuf librsvg ffmpeg
48```
49
44# Running the test suite 50# Running the test suite
45 51
46```bash 52```bash