Skip to content

Commit

Permalink
chore: explain in readme that imagemagick and ffmpeg must be installe…
Browse files Browse the repository at this point in the history
…d for local testing (DEV-2558) #479
  • Loading branch information
jnussbaum committed Aug 21, 2023
1 parent 2ef45b2 commit a000ab3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Expand Up @@ -32,6 +32,7 @@ To get started quickly, without reading the details, just execute these commands
- `poetry self add poetry-exec-plugin`
- `poetry install`
- `pre-commit install`
- `brew install imagemagick ffmpeg`



Expand Down Expand Up @@ -144,6 +145,8 @@ Or even a certain method: `pytest test/unittests/test_excel2xml.py::TestExcel2xm
This is useful in combination with the debugging mode of your IDE,
if you want to examine why a single line of code in a test method fails.

Some e2e tests require ImageMagick and ffmpeg to be installed: `brew install imagemagick ffmpeg`



## Code style
Expand Down

0 comments on commit a000ab3

Please sign in to comment.