Skip to content

Commit

Permalink
Merge pull request #1932 from alenards/issue-1930-add-quotes
Browse files Browse the repository at this point in the history
[DOCS] Include POSIX compliant single quotes
  • Loading branch information
grewn0uille committed Aug 5, 2023
2 parents 9b5baa8 + d2e3d10 commit 3ed9efb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/contribute.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 3ed9efb

Please sign in to comment.