diff --git a/README-DEV.md b/README-DEV.md index 90cd236..da2025a 100644 --- a/README-DEV.md +++ b/README-DEV.md @@ -1,3 +1,12 @@ +Testing +------- +In a Python 3 virtualenv: + +~~~ +pip install -e . +make test +~~~ + Release ------- * Update ocrd-tool.json version diff --git a/README.md b/README.md index f2081a7..98554e2 100644 --- a/README.md +++ b/README.md @@ -58,6 +58,11 @@ With `test-parameters.json`: } ~~~ +## Development & Testing +For information regarding development and testing, please see +[README-DEV.md](README-DEV.md). + + TODO ----