Skip to content

Commit

Permalink
Merge pull request #27 from penguinairlines/master
Browse files Browse the repository at this point in the history
update weasyprint README with new tests and dependencies
  • Loading branch information
kalekseev authored Aug 25, 2024
2 parents aca8186 + 8715b82 commit 746e71b
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion weasyprint/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,18 @@

Build layer:

# dependencies - ensure your environment has unzip, zip, and jq

$ make build/weasyprint-layer-python3.12.zip

# to test your build run
$ make test.weasyprint
$ make test.start.container
# a timestamp followed by "exec '/var/runtime/bootstrap'" should appear
# "docker ps" should show a running container

# in a new shell, run
$ make test.print.report
# a report.pdf file will generate to the current directory

Deploy layer:

Expand Down

0 comments on commit 746e71b

Please sign in to comment.