From f53f79b304fe76d45cb03dc9bfd575ce168c44ad Mon Sep 17 00:00:00 2001 From: phi Date: Thu, 3 Oct 2024 16:17:27 +0900 Subject: [PATCH] docs: update readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index dc65d4b..c980bd6 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,8 @@ $ pip install timeout_executor # or $ pip install "timeout_executor[uvloop]" +# or +$ pip install "timeout_executor[jinja]" ``` ## how to use