mirror of
https://github.com/mfontanini/presenterm.git
synced 2026-09-01 23:33:21 -06:00
docs: add a note to export pdf using uv
This commit is contained in:
parent
c4b66c1804
commit
d47dbbba25
@ -26,6 +26,12 @@ want the output file to be written to.
|
||||
> If you're using a separate virtual env to install _weasyprint_ just make sure you activate it before running
|
||||
> _presenterm_ with the `--export-pdf` parameter.
|
||||
|
||||
> [!note]
|
||||
> If you have [uv](https://github.com/astral-sh/uv) installed you can simply run:
|
||||
> ```bash
|
||||
> uv run --with weasyprint presenterm --export-pdf examples/demo.md
|
||||
> ```
|
||||
|
||||
## HTML
|
||||
|
||||
Similarly, using the `--export-html` parameter allows generating a single self contained HTML file that contains all
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user