From e561fea6d24d1c93c9271e06156b8e2993bd1d29 Mon Sep 17 00:00:00 2001 From: Joseph Klix Date: Thu, 5 Oct 2023 13:26:22 -0700 Subject: [PATCH] Update README.md --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0d30a413..a0acc3d7 100644 --- a/README.md +++ b/README.md @@ -44,8 +44,11 @@ cd sdk-workspace # 2. Clone the repository. You could select the version of the SDK you desire to use. git clone -b https://github.com/aws/aws-iot-device-sdk-python-v2.git -# 3. (Optional) Setup the version number of your local build. The default version for awsiotsdk is set to "1.0.0-dev", you can set the version number of the local build in "aws-iot-device-sdk-python-v2/awsiot/__init__.py" -sed -i "s/__version__ = '1.0.0-dev'/__version__ = ''/" aws-iot-device-sdk-python-v2/awsiot/__init__.py +# 3. (Optional) Setup the version number of your local build. The default version +# for awsiotsdk is set to "1.0.0-dev", you can set the version number of the +# local build in "aws-iot-device-sdk-python-v2/awsiot/__init__.py" +sed -i "s/__version__ = '1.0.0-dev'/__version__ = ''/" \ + aws-iot-device-sdk-python-v2/awsiot/__init__.py # 4. Install using Pip (use 'python' instead of 'python3' on Windows) python3 -m pip install ./aws-iot-device-sdk-python-v2