1
0
Fork 0
mirror of https://github.com/mikegerber/ocrd_calamari.git synced 2025-06-18 08:09:53 +02:00

📝 README: Add testing instructions + reference README-DEV.md

This commit is contained in:
Gerber, Mike 2019-12-04 17:38:47 +01:00
parent 93de16d81e
commit 830a61c2fe
2 changed files with 14 additions and 0 deletions

View file

@ -1,3 +1,12 @@
Testing
-------
In a Python 3 virtualenv:
~~~
pip install -e .
make test
~~~
Release
-------
* Update ocrd-tool.json version

View file

@ -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
----