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:
parent
93de16d81e
commit
830a61c2fe
2 changed files with 14 additions and 0 deletions
|
@ -1,3 +1,12 @@
|
|||
Testing
|
||||
-------
|
||||
In a Python 3 virtualenv:
|
||||
|
||||
~~~
|
||||
pip install -e .
|
||||
make test
|
||||
~~~
|
||||
|
||||
Release
|
||||
-------
|
||||
* Update ocrd-tool.json version
|
||||
|
|
|
@ -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
|
||||
----
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue