Install SLT#
You can install SLT by following the steps in Install and Configure Packages.
SLT supports online help: slt --help
or slt -h
or slt COMMAND --help
.
SLT Locations#
SLT is downloaded as a zip file that contains the slt executable (slt.exe on Windows and just 'slt' on MacOS or Linux). Extract the executable to any location you want. Silicon Labs recommends using a folder on your environment search path or else adding the folder to the environment search path.
SLT Commands#
slt list
displays list of packages that can be installed.slt locate
displays information about the installed packages (name, version, type, and location).slt install id
installs a single package by the id from theslt list
.slt install –f recipe_file.toml
installs a group of packages using arecipe
file.slt update [id id …]
updates specified packages to the latest version ofslt update –self
to update the SLT to the latest version.slt launch launch id
starts up a standalone tool without needing to know its installed location (example:slt launch ncpcommander
).