diff --git a/examples/demo/pack.sh b/examples/demo/pack.sh index 0d6450d..6289576 100644 --- a/examples/demo/pack.sh +++ b/examples/demo/pack.sh @@ -6,7 +6,7 @@ fi mkdir tmp cp index.py tmp/ cd tmp -pip3 install -t . uiotedge_driver_link_sdk==0.0.41 #打包驱动SDK +pip3 install -t . iotedge_driver_link_sdk==0.0.1 #打包驱动SDK zip -r demo.zip . cd .. cp tmp/demo.zip . diff --git a/examples/ws/ws/pack.sh b/examples/ws/ws/pack.sh index 4273724..95d9562 100644 --- a/examples/ws/ws/pack.sh +++ b/examples/ws/ws/pack.sh @@ -8,7 +8,7 @@ mkdir tmp cp index.py tmp cd tmp -pip3 install -t . uiotedge_driver_link_sdk==0.0.41 #打包驱动SDK +pip3 install -t . iotedge_driver_link_sdk==0.0.1 #打包驱动SDK pip3 install -t . tornado -i https://mirrors.aliyun.com/pypi/simple/ #打包自己的依赖 zip -r ws.zip .