Skip to content

Commit

Permalink
✒ README: Use backtick syntax for code block
Browse files Browse the repository at this point in the history
  • Loading branch information
mikegerber committed Oct 12, 2023
1 parent b0fb554 commit ab9182b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README-DEV.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ Testing
-------
In a Python 3 virtualenv:

~~~
```
pip install -e .
pip install -r requirements-test.txt
make test
~~~
```

Releasing
---------
Expand Down

0 comments on commit ab9182b

Please sign in to comment.