From 70eb03568fb3d3715ae2ee2c4d30c9b4465ad9cb Mon Sep 17 00:00:00 2001 From: Trysdyn Black Date: Fri, 20 Dec 2024 17:52:50 -0800 Subject: [PATCH] Add Mako requirement, oops --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d9de0c1..7d9bfc7 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,7 @@ This project tries to be pretty lean. Requirements should be roughly... - Python 3.8 or greater - python-cherrypy - python-requests +- python-mako Archlinux packages for the above should get you rolling immediately. Otherwise setting up a virtualenv is recommended.