Skip to content

Commit b8436aa

Browse files
authored
Add mixin extension prerequisite (#38)
Perhaps the installation steps are already summarised somewhere, but I missed it 😅 Hopefully this is a useful pointer to someone else starting out with mixins!
1 parent 5f1f770 commit b8436aa

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,13 @@ these "shortcuts" available, e.g. for the command line tool `colcon`.
88
How to fetch the information
99
----------------------------
1010

11-
To register this repository with `colcon` (using the identifier "default")
11+
### Prerequisite: get the mixin extension
12+
First make sure you have installed the `python3-colcon-mixin` apt package,
13+
or the `colcon-mixin` pip package.
14+
15+
### Register the hosted repository
16+
17+
To register this repository with `colcon` (using the identifier "default"),
1218
invoke the following command:
1319

1420
```

0 commit comments

Comments
 (0)