Skip to content

Commit

Permalink
Merge branch 'main' into wip/DEV-2556-bug-json-schema
Browse files Browse the repository at this point in the history
  • Loading branch information
Nora-Olivia-Ammann authored Aug 21, 2023
2 parents cc91936 + a000ab3 commit 6b5cc28
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
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 6b5cc28

Please sign in to comment.