IoTize command line interface
npm install --global @iotize/cli
`
$3
To use Bluetooth Low Energy (BLE) you first need to install additional packages.
Installation has been tested with node version 10.16.0.
Open elevevated power shell and run
`bash
npm install --global --production windows-build-tools@4.0.0
`
Then install CLI:
`bash
npm install -g @iotize/cli@latest
`
$3
Other OS may not support Bluetooth Low Energy (BLE). However, you can still install the CLI:
`bash
npm install -g @iotize/cli@latest
``