summaryrefslogtreecommitdiffstats
path: root/.devcontainer/startup.sh
diff options
context:
space:
mode:
Diffstat (limited to '.devcontainer/startup.sh')
-rw-r--r--.devcontainer/startup.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/.devcontainer/startup.sh b/.devcontainer/startup.sh
index fb9f6f1..ec424c4 100644
--- a/.devcontainer/startup.sh
+++ b/.devcontainer/startup.sh
@@ -9,5 +9,8 @@ pip install --upgrade pip
echo "Installing ANTA package from git"
pip install -e .
+echo "Installing ANTA CLI package from git"
+pip install -e ".[cli]"
+
echo "Installing development tools"
pip install -e ".[dev]"