From aaec204c4336e603cef1ff0a59a0402d6263d64f Mon Sep 17 00:00:00 2001 From: Abigail G Date: Wed, 24 Mar 2021 21:13:10 -0400 Subject: [PATCH] update readme to add system dependencies --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 3141784..460abb9 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,8 @@ Requires Python 3.9 or newer. Prep the environment. For more information on extra options, see the [quick-bot-no-pain Makefile documentation](https://github.com/0x5c/quick-bot-no-pain/blob/master/docs/makefile.md). +Install `libcairo` and `libjpeg` (package names may vary by distro or OS). Then run: + ``` $ make install ```