From d2e3d10c3ba516d0a4539993e94692d8461c2ed9 Mon Sep 17 00:00:00 2001 From: Andy Lenards Date: Fri, 4 Aug 2023 15:29:23 -0700 Subject: [PATCH] Include POSIX compliant single quotes --- docs/contribute.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/contribute.rst b/docs/contribute.rst index e586fae945..052240c37f 100644 --- a/docs/contribute.rst +++ b/docs/contribute.rst @@ -13,7 +13,7 @@ install WeasyPrint dependencies. git clone https://github.com/Kozea/WeasyPrint.git cd WeasyPrint python -m venv venv - venv/bin/pip install -e .[doc,test] + venv/bin/pip install -e '.[doc,test]' You can then launch Python to test your changes.