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