On Arduino IDE on MacOS
- Go to the Arduino library directory, for example:
/Users/<username>/Documents/Arduino/libraries/
- Clone the uTensor C++ runtime:
# using https
$ git clone https://github.com/uTensor/uTensor.git
# or using ssh
$ git clone git@github.com:uTensor/uTensor.git- Checkout the right banch
$ cd uTensor
$ git checkout f/arduino- Clone the example
$ git clone https://github.com/uTensor/utensor-arduino-demo.git
