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