Build environment to kick start Thunder Plugin development.
You need the following packets
- repo
- git
- python3
- vscode
repo init -u [email protected]:WebPlatformForEmbedded/ThunderKickStart.git -m thunder-ml-development.xml
repo sync
./prepare.env
code ${USER}-Thunder.code-workspace
repo sync
curl https://storage.googleapis.com/git-repo-downloads/repo > ~/.local/bin/repo
chmod a+rx ~/.local/bin/repo