Lines Matching full:install
29 "List and Install packages for Zephyr and modules",
89 "--install",
91 help="Install pip requirements instead of listing them. "
92 "A single 'pip install' command is built and executed. "
94 "from the original 'west packages pip --install' command. For example pass "
95 "'--dry-run' to pip not to actually install anything, but print what would be.",
133 if args.install:
140 if args.install:
141 self.dbg(f"Nothing to install for {module_name}")
147 if args.install:
149 self.die("Running pip install outside of a virtual environment")
153 [sys.executable, "-m", "pip", "install"]
158 self.inf("Nothing to install")