colcon-devtools is an extension for the `colcon` build tool, providing commands and information about `colcon`'s extension points and installed extensions. It is currently at version 0.3.0. Its release cadence is generally aligned with the development of `colcon` itself, often releasing new versions alongside `colcon` or when new features or fixes are needed for its core functionality.
pip install colcon-devtoolsNo compatibility data collected yet for this library.
This quickstart first installs both `colcon-core` and `colcon-devtools`, then demonstrates a core functionality: listing all discovered `colcon` extensions, including those provided by `colcon-devtools`, with verbose output.
Ensure `colcon-core` is installed in the same Python environment: `pip install colcon-core colcon-devtools`
If encountering issues after updating `colcon-core`, try upgrading `colcon-devtools` to its latest version: `pip install colcon-devtools --upgrade`
First install `colcon-core`: `pip install colcon-core`. Ensure your Python environment's scripts directory is in your system's PATH.
Ensure both `colcon-core` and `colcon-devtools` are installed in the same Python environment: `pip install colcon-core colcon-devtools --upgrade`.