Skip to content

Latest commit

 

History

History
28 lines (25 loc) · 555 Bytes

README.md

File metadata and controls

28 lines (25 loc) · 555 Bytes

ThunderKickStart

Build environment to kick start Thunder Plugin development.

Prerequisites

You need the following packets

  1. repo
  2. git
  3. python3

Supported IDE

  1. vscode

Get started

repo init -u [email protected]:WebPlatformForEmbedded/ThunderKickStart.git -m thunder-ml-development.xml
repo sync
./prepare.env
code ${USER}-Thunder.code-workspace

Update sources

repo sync

Install Repo

curl https://storage.googleapis.com/git-repo-downloads/repo > ~/.local/bin/repo
chmod a+rx ~/.local/bin/repo