From 5129e205c2d44560b6d7295f2f3f976e4b745da0 Mon Sep 17 00:00:00 2001 From: ditaajipratama Date: Thu, 13 Jun 2024 12:47:26 +0700 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 2448499..1ebeec4 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,7 @@ along with this program. If not, see https://www.gnu.org/licenses/. You need this libraries to use CostaPy: - bottle - gunicorn +- beaker - mako You can install it with run this command @@ -37,6 +38,7 @@ Here is the completed command pip install --upgrade pip pip install bottle pip install gunicorn + pip install beaker pip install mako ## Usage