Apio packages¶
apio packages¶
The command group apio packages provides commands to manage the
installation of Apio packages. These are not Python packages, but collections of tools and data required by Apio.
The list of available packages depends on your operating system and may vary across platforms.
Options
-h, --help Show this message and exit.
Subcommands
apio packages install
apio packages list
apio packages install¶
The apio packages install command installs installed packages to their latest versions.
Examples
apio packages install # Install packages
apio pack upd # Same, with shortcuts
apio packages install --force # Force reinstallation from scratch
apio packages install --verbose # Provide additional info
Options
-f, --force Force reinstallation.
-v, --verbose Show detailed output.
-h, --help Show this message and exit.
Notes
-
Adding the
--forceoption forces the reinstallation of existing packages; otherwise, packages that are already installed correctly remain unchanged. -
It is recommended to run the 'apio packages install' once in a while because it checks the Apio remote server for installed packages with potential fixes and new examples.
apio packages list¶
The apio packages list command displays the available and installed Apio packages. The list may vary depending on your operating system.
Examples
apio packages list
Options
-v, --verbose Show detailed output.
-h, --help Show this message and exit.