Skip to content

Commit

Permalink
Update quickstart to use the github release wheel
Browse files Browse the repository at this point in the history
  • Loading branch information
nik-markovic committed Nov 25, 2024
1 parent 7c733b9 commit 16cb9b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions QUICKSTART.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,12 @@ An IoTConnect *Device Template* will need to be created or imported. This define

Download and install the Python Lite SDK:
```shell
curl -sOJ 'https://saleshosted.z13.web.core.windows.net/sdk/python/iotconnect_sdk_lite-1.0.0-py3-none-any.whl'
curl -sOJ 'https://github.com/avnet-iotconnect/iotc-python-lite-sdk/releases/download/v1.0.0/iotconnect_sdk_lite-1.0.0-py3-none-any.whl'
python3 -m pip install iotconnect_sdk_lite-1.0.0-py3-none-any.whl
```
Or use wget if your system does not have curl:
```shell
wget -qN 'https://saleshosted.z13.web.core.windows.net/sdk/python/iotconnect_sdk_lite-1.0.0-py3-none-any.whl'
wget -qN 'https://github.com/avnet-iotconnect/iotc-python-lite-sdk/releases/download/v1.0.0/iotconnect_sdk_lite-1.0.0-py3-none-any.whl'
python3 -m pip install iotconnect_sdk_lite-1.0.0-py3-none-any.whl
```

Expand Down

0 comments on commit 16cb9b7

Please sign in to comment.