You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/iot-central/retail/tutorial-in-store-analytics-create-app.md
+21-3Lines changed: 21 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,6 +27,14 @@ In this tutorial, you learn how to:
27
27
28
28
If you don't have an Azure subscription, [create a free account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F) before you begin.
29
29
30
+
## Prerequisites
31
+
32
+
To complete this tutorial, you need to install the [dmr-client](https://www.nuget.org/packages/Microsoft.IoT.ModelsRepository.CommandLine) command-line tool on your local machine:
For many retailers, environmental conditions are a key way to differentiate their stores from their competitors' stores. The most successful retailers make every effort to maintain pleasant conditions within their stores for the comfort of their customers.
@@ -124,17 +132,27 @@ The _In-store analytics - checkout_ application template has several preinstalle
124
132
125
133
In this section, you add a device template for RuuviTag sensors to your application. To do so:
126
134
135
+
1. To download a copy of the RuuviTag device template from the model repository, run the following command:
0 commit comments