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