Skip to content

Commit 3715f13

Browse files
authored
Merge pull request #1188 from per1234/fix-package-name
Correct `arduino-iot-cloud` package name in installation command
2 parents 2ff99ff + fbe78f8 commit 3715f13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/arduino-cloud/01.getting-started/10.manual-device/manual-devices.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ The pre-requisities for connecting with Python is:
148148
Connection to the cloud via Python uses the same API as the MicroPython example listed in this article. To install the [arduino-iot-cloud-py](https://github.com/arduino/arduino-iot-cloud-py) module, we can use `pip`.
149149

150150
```py
151-
pip install arduino-iot-cloud-py
151+
pip install arduino-iot-cloud
152152
```
153153

154154
You will also need to have configured a manual device in the cloud. The **Device ID** and **Secret Key** are required in your script to authenticate. To connect, we use the following command:

0 commit comments

Comments
 (0)