Skip to content

Commit e42294d

Browse files
author
zolvarga
committed
release_2017_07_17
1 parent 45bd319 commit e42294d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

c

Submodule c updated 127 files

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ git submodule update --init --recursive
2828

2929
## How to use the Azure IoT SDKs for Python
3030
Devices and data sources in an IoT solution can range from a simple network-connected sensor to a powerful, standalone computing device. Devices may have limited processing capability, memory, communication bandwidth, and communication protocol support. The IoT device SDKs enable you to implement client applications for a wide variety of devices.
31-
* **Using PyPI package on Windows (coming soon for Linux)**: the simplest way to use the Azure IoT SDK for Python to develop device apps on Windows is to leverage the PyPI package which you can install following these [instructions][PyPI-install-instructions]
31+
* **Using PyPI package on Windows, Linux (Ubuntu) or Raspberry Pi**: the simplest way to use the Azure IoT SDK for Python to develop device apps on Windows is to leverage the PyPI package which you can install following these [instructions][PyPI-install-instructions]
3232
* **Building the libraries and working with the SDK code**: follow [these instructions][devbox-setup].
3333

3434
## Samples

service/src/iothub_service_client_python.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
#define IMPORT_NAME iothub_service_client
3434
#endif
3535

36-
#define IOTHUB_PYTHON_SERVICE_SDK_VERSION "10"
36+
#define IOTHUB_PYTHON_SERVICE_SDK_VERSION "11"
3737
#define VERSION_STRING IOTHUB_SERVICE_CLIENT_VERSION "." IOTHUB_PYTHON_SERVICE_SDK_VERSION
3838

3939
#if PY_MAJOR_VERSION >= 3

0 commit comments

Comments
 (0)