From 00e3db46228ad7eccbfe547869a7b295ebb8158e Mon Sep 17 00:00:00 2001 From: Xiangzhuang Shen Date: Sat, 20 Dec 2025 15:24:52 +0800 Subject: [PATCH] doc(cli): aenv build cmd add docekr package install notes --- aenv/src/cli/cmds/build.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/aenv/src/cli/cmds/build.py b/aenv/src/cli/cmds/build.py index 33f0510..c9d3fd0 100644 --- a/aenv/src/cli/cmds/build.py +++ b/aenv/src/cli/cmds/build.py @@ -128,6 +128,9 @@ def build( This command builds Docker images from your project and provides real-time progress updates with beautiful UI components. + Note that this command requires the docker package to be installed. + You can install it by running: + `pip install docker` or `uv pip install docker`. Examples: aenv build