1
0
Fork 0
mirror of https://github.com/mikegerber/ocrd_calamari.git synced 2025-06-09 03:39:55 +02:00

📝 README-DEV: Document installing test requirements

This commit is contained in:
Gerber, Mike 2020-01-30 19:06:42 +01:00
parent 739f43e9da
commit 7d02c8dff0

View file

@ -4,6 +4,7 @@ In a Python 3 virtualenv:
~~~
pip install -e .
pip install -r requirements-test.txt
make test
~~~