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:
parent
b0fb554b31
commit
ab9182be1b
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
---------
|
---------
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue