We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f31577f commit 062df4eCopy full SHA for 062df4e
README.md
@@ -51,6 +51,7 @@ python -m pip install awsiotsdk
51
```
52
53
### Install from source
54
+
55
56
# Create a workspace directory to hold all the SDK files
57
mkdir sdk-workspace
setup.py
@@ -40,7 +40,7 @@ def _load_version():
40
"Operating System :: OS Independent",
41
],
42
install_requires=[
43
- 'awscrt==0.16.4',
+ 'awscrt==0.16.8',
44
45
python_requires='>=3.7',
46
)
0 commit comments