Skip to content

Commit

Permalink
fix: Add quotes to pip extra command
Browse files Browse the repository at this point in the history
Fixes #1201
  • Loading branch information
kesara committed Jan 15, 2025
1 parent 2133493 commit 0bacd70
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ In order to generate PDFs, **xml2rfc** uses the [WeasyPrint] module, which depen
2. Next, install WeasyPrint python modules using pip.

```sh
pip install xml2rfc[pdf]
pip install "xml2rfc[pdf]"
```
3. Finally, install the required fonts:
* Download latest fonts from [xml2rfc-fonts](https://github.com/ietf-tools/xml2rfc-fonts/releases/latest).
Expand Down
2 changes: 1 addition & 1 deletion xml2rfc/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def get_pdf_help(missing_libs=""):
2. Next, install weasyprint python modules using pip.
pip install xml2rfc[pdf]
pip install "xml2rfc[pdf]"
3. Finally, install the required fonts:
* Download latest fonts from xml2rfc-fonts.
Expand Down

0 comments on commit 0bacd70

Please sign in to comment.