Skip to content

Commit 3e6c7ce

Browse files
committed
README tweaks
1 parent 55712ed commit 3e6c7ce

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

README.md

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,7 @@ This SDK is built on the AWS Common Runtime, a collection of libraries
1616
[4](https://github.com/awslabs/aws-c-http),
1717
[5](https://github.com/awslabs/aws-c-cal) ...) written in C to be
1818
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)).
2520

2621
Integration with AWS IoT Services such as
2722
[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.
3227
## Minimum Requirements
3328
* Python 3.5+ or Python 2.7+
3429

35-
## Install from pypi
30+
## Install from PyPI
3631
```
3732
pip install awsiotsdk
3833
```
3934

40-
## Build from source
35+
## Install from source
4136
```
4237
pip install ./aws-iot-device-sdk-python-v2
4338
```
@@ -275,7 +270,7 @@ and receive.
275270

276271
## basic discovery
277272

278-
This sample intended for use directly with the
273+
This sample intended for use directly with the
279274
[Getting Started with AWS IoT Greengrass](https://docs.aws.amazon.com/greengrass/latest/developerguide/gg-gs.html) guide.
280275

281276
# License

0 commit comments

Comments
 (0)