mirror of
https://github.com/qurator-spk/dinglehopper.git
synced 2025-07-27 19:29:55 +02:00
📝 dinglehopper: Move developer info to README-DEV.md
This commit is contained in:
parent
f50591abac
commit
7025ea54a8
2 changed files with 13 additions and 10 deletions
10
README-DEV.md
Normal file
10
README-DEV.md
Normal file
|
@ -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
|
||||||
|
~~~
|
13
README.md
13
README.md
|
@ -71,13 +71,6 @@ parameter:
|
||||||
ocrd-dinglehopper -I ABBYY-FULLTEXT,OCR-D-OCR-CALAMARI -O OCR-D-OCR-COMPARE-ABBYY-CALAMARI -p '{"metrics": false}'
|
ocrd-dinglehopper -I ABBYY-FULLTEXT,OCR-D-OCR-CALAMARI -O OCR-D-OCR-COMPARE-ABBYY-CALAMARI -p '{"metrics": false}'
|
||||||
~~~
|
~~~
|
||||||
|
|
||||||
Testing
|
Developer information
|
||||||
-------
|
---------------------
|
||||||
Use `pytest` to run the tests in [the tests directory](qurator/dinglehopper/tests):
|
''Please refer to [README-DEV.md](README-DEV.md).''
|
||||||
~~~
|
|
||||||
virtualenv -p /usr/bin/python3 venv
|
|
||||||
. venv/bin/activate
|
|
||||||
pip install -r requirements.txt
|
|
||||||
pip install pytest
|
|
||||||
pytest
|
|
||||||
~~~
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue