From 7202b59e4f732a334414081b57ec92609fcb3052 Mon Sep 17 00:00:00 2001 From: Andrei Vishniakov <31008759+avishniakov@users.noreply.github.com> Date: Wed, 27 Sep 2023 09:35:36 +0200 Subject: [PATCH] asdd install-stack to readme (#9) --- template/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/template/README.md b/template/README.md index 347e88f..1aba687 100644 --- a/template/README.md +++ b/template/README.md @@ -62,6 +62,8 @@ python3 -m venv .venv source .venv/bin/activate # Install requirements & integrations make setup +# Optionally, provision default local stack +make install-stack # Start the ZenML UI locally (recommended, but optional); # the default username is "admin" with an empty password zenml up