diff options
| author | tguinot | 2020-02-10 03:31:07 +0100 |
|---|---|---|
| committer | jvoisin | 2020-02-11 17:23:11 +0100 |
| commit | 56d2c4aa5fea506abb15d71b53aea23b9dd3398b (patch) | |
| tree | 16a35a9e88694e227584513d7b0e4a3499844e67 /README.md | |
| parent | 12f23e0150906ccfac03254276a6af4bbe74f7c8 (diff) | |
Add which pathfinding for executables
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
| @@ -41,6 +41,12 @@ Nautilus, the default file manager of GNOME. | |||
| 41 | 41 | ||
| 42 | Please note that mat2 requires at least Python3.5. | 42 | Please 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 | ||
| 47 | brew 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 |
