📝 dinglehopper: Move developer info to README-DEV.md

pull/38/head
Gerber, Mike 4 years ago
parent f50591abac
commit 7025ea54a8

@ -0,0 +1,10 @@
Testing
-------
Use `pytest` to run the tests in [the tests directory](qurator/dinglehopper/tests):
~~~
virtualenv -p /usr/bin/python3 venv
. venv/bin/activate
pip install -r requirements.txt
pip install pytest
pytest
~~~

@ -71,13 +71,6 @@ parameter:
ocrd-dinglehopper -I ABBYY-FULLTEXT,OCR-D-OCR-CALAMARI -O OCR-D-OCR-COMPARE-ABBYY-CALAMARI -p '{"metrics": false}'
~~~
Testing
-------
Use `pytest` to run the tests in [the tests directory](qurator/dinglehopper/tests):
~~~
virtualenv -p /usr/bin/python3 venv
. venv/bin/activate
pip install -r requirements.txt
pip install pytest
pytest
~~~
Developer information
---------------------
''Please refer to [README-DEV.md](README-DEV.md).''

Loading…
Cancel
Save