mirror of
https://github.com/mikegerber/ocrd_calamari.git
synced 2025-06-09 19:59:53 +02:00
✔️ Move installing deps to Makefile
This commit is contained in:
parent
97e28a9f67
commit
50877f87be
2 changed files with 4 additions and 2 deletions
3
Makefile
3
Makefile
|
@ -55,6 +55,9 @@ actevedef_718448162:
|
|||
deps-test:
|
||||
$(PIP_INSTALL) -r requirements-test.txt
|
||||
|
||||
deps-test-ubuntu: deps-test
|
||||
apt-get install -y make git curl wget imagemagick
|
||||
|
||||
|
||||
# Clone OCR-D/assets to ./repo/assets
|
||||
repo/assets:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue