Skip to content

Commit 9567097

Browse files
author
Jimaco Brannian
committed
final cleanup
1 parent 95f7ff2 commit 9567097

File tree

1 file changed

+1
-17
lines changed

1 file changed

+1
-17
lines changed

readme.md

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -33,18 +33,6 @@ Visit [Azure IoT Dev Center][iot-dev-center] to learn more about developing appl
3333
| SDK Options | :large_orange_diamond: | :large_orange_diamond: | :large_orange_diamond: | :large_orange_diamond: | :large_orange_diamond: | Set SDK options for proxy settings, client version string, polling time, specify TrustedCert for IoT hub, Network interface selection, C2D keep alive. |
3434
| Device Provisioning Service | :large_orange_diamond: | :large_orange_diamond: | :large_orange_diamond: | :large_orange_diamond: | :large_orange_diamond: | |
3535

36-
## How to clone the repository
37-
The repository is using [GitHub Submodules](https://git-scm.com/book/en/v2/Git-Tools-Submodules) for its dependencies. In order to automatically clone these submodules, you need to use the --recursive option as described here:
38-
39-
```
40-
git clone --recursive https://github.com/Azure/azure-iot-sdk-python.git
41-
```
42-
43-
If you have downloaded the zip instead of cloning the repository, you will need to run the following command to restore submodules:
44-
```
45-
git submodule update --init --recursive
46-
```
47-
4836
## How to use the Azure IoT SDKs for Python
4937
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.
5038
* **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].
@@ -99,7 +87,7 @@ Here is what you can expect Microsoft Support to be able to help with:
9987
* [Setup IoT Hub][setup-iothub]
10088

10189
## SDK folder structure
102-
[ATTN:CONTENT REQUIRED - please provide descriptions and check those provided (they were largely based on the descriptions in the c SDK)]
90+
[ATTN:CONTENT REQUIRED - please provide descriptions and check those provided (they were largely based on the descriptions in the c SDK) ]
10391

10492
### /build_all
10593

@@ -109,10 +97,6 @@ This folder contains platform-specific build scripts for the client libraries an
10997

11098
Contains Azure IoT Hub client components that provide the raw messaging capabilities of the library. Refer to the API documentation and samples for information on how to use it.
11199

112-
* iothub_client_python: contains C source of the Python extension module. This module wraps the IoT Hub C SDK as extension module for Python. The C extension interface is specific to Boost Python and it does not work on other implementations.
113-
* samples: contains simple sample Python applications excercising basic features using AMQP, MQTT and HTTP.
114-
* tests: contains Python C extension module unit tests. The unit tests exercise a mocked Python extension module to test the Python interface.
115-
116100
### /doc
117101

118102
This folder contains application development guides and device setup instructions.

0 commit comments

Comments
 (0)