From 7025ea54a89c3fe961a36ef6615ff1bc80d14e2f Mon Sep 17 00:00:00 2001 From: "Gerber, Mike" Date: Thu, 8 Oct 2020 16:59:50 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20dinglehopper:=20Move=20developer?= =?UTF-8?q?=20info=20to=20README-DEV.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README-DEV.md | 10 ++++++++++ README.md | 13 +++---------- 2 files changed, 13 insertions(+), 10 deletions(-) create mode 100644 README-DEV.md diff --git a/README-DEV.md b/README-DEV.md new file mode 100644 index 0000000..ba35796 --- /dev/null +++ b/README-DEV.md @@ -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 +~~~ diff --git a/README.md b/README.md index 025c3e7..c807c45 100644 --- a/README.md +++ b/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}' ~~~ -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).''