File tree Expand file tree Collapse file tree 1 file changed +4
-9
lines changed Expand file tree Collapse file tree 1 file changed +4
-9
lines changed Original file line number Diff line number Diff line change @@ -16,12 +16,7 @@ This SDK is built on the AWS Common Runtime, a collection of libraries
16
16
[ 4] ( https://github.com/awslabs/aws-c-http ) ,
17
17
[ 5] ( https://github.com/awslabs/aws-c-cal ) ...) written in C to be
18
18
cross-platform, high-performance, secure, and reliable. The libraries are bound
19
- to Python by the [ awscrt] ( https://github.com/awslabs/aws-crt-python ) package.
20
-
21
- The awscrt package can be installed via. pip
22
- ```
23
- pip install awscrt
24
- ```
19
+ to Python by the ` awscrt ` package ([ PyPI] ( https://pypi.org/project/awscrt/ ) ) ([ Github] ( https://github.com/awslabs/aws-crt-python ) ).
25
20
26
21
Integration with AWS IoT Services such as
27
22
[ Device Shadow] ( https://docs.aws.amazon.com/iot/latest/developerguide/iot-device-shadows.html )
@@ -32,12 +27,12 @@ is provided by code that been generated from a model of the service.
32
27
## Minimum Requirements
33
28
* Python 3.5+ or Python 2.7+
34
29
35
- ## Install from pypi
30
+ ## Install from PyPI
36
31
```
37
32
pip install awsiotsdk
38
33
```
39
34
40
- ## Build from source
35
+ ## Install from source
41
36
```
42
37
pip install ./aws-iot-device-sdk-python-v2
43
38
```
@@ -275,7 +270,7 @@ and receive.
275
270
276
271
## basic discovery
277
272
278
- This sample intended for use directly with the
273
+ This sample intended for use directly with the
279
274
[ Getting Started with AWS IoT Greengrass] ( https://docs.aws.amazon.com/greengrass/latest/developerguide/gg-gs.html ) guide.
280
275
281
276
# License
You can’t perform that action at this time.
0 commit comments