1
0
Fork 0
mirror of https://github.com/mikegerber/ocrd_calamari.git synced 2025-07-01 06:29:53 +02:00

✒ README: Use backtick syntax for code block

This commit is contained in:
Mike Gerber 2023-10-12 20:48:34 +02:00
parent b0fb554b31
commit ab9182be1b

View file

@ -2,11 +2,11 @@ Testing
------- -------
In a Python 3 virtualenv: In a Python 3 virtualenv:
~~~ ```
pip install -e . pip install -e .
pip install -r requirements-test.txt pip install -r requirements-test.txt
make test make test
~~~ ```
Releasing Releasing
--------- ---------