Skip to content

Commit 746e71b

Browse files
authored
Merge pull request #27 from penguinairlines/master
update weasyprint README with new tests and dependencies
2 parents aca8186 + 8715b82 commit 746e71b

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

weasyprint/README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,18 @@
44

55
Build layer:
66

7+
# dependencies - ensure your environment has unzip, zip, and jq
8+
79
$ make build/weasyprint-layer-python3.12.zip
810

911
# to test your build run
10-
$ make test.weasyprint
12+
$ make test.start.container
13+
# a timestamp followed by "exec '/var/runtime/bootstrap'" should appear
14+
# "docker ps" should show a running container
15+
16+
# in a new shell, run
17+
$ make test.print.report
18+
# a report.pdf file will generate to the current directory
1119

1220
Deploy layer:
1321

0 commit comments

Comments
 (0)