summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authortguinot2020-02-10 03:31:07 +0100
committerjvoisin2020-02-11 17:23:11 +0100
commit56d2c4aa5fea506abb15d71b53aea23b9dd3398b (patch)
tree16a35a9e88694e227584513d7b0e4a3499844e67 /README.md
parent12f23e0150906ccfac03254276a6af4bbe74f7c8 (diff)
Add which pathfinding for executables
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