From ab9182be1b7e88e019f102e250c8efd4040227ec Mon Sep 17 00:00:00 2001 From: Mike Gerber Date: Thu, 12 Oct 2023 20:48:34 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9C=92=20README:=20Use=20backtick=20syntax?= =?UTF-8?q?=20for=20code=20block?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README-DEV.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README-DEV.md b/README-DEV.md index 85597f1..2cc5136 100644 --- a/README-DEV.md +++ b/README-DEV.md @@ -2,11 +2,11 @@ Testing ------- In a Python 3 virtualenv: -~~~ +``` pip install -e . pip install -r requirements-test.txt make test -~~~ +``` Releasing ---------