mirror of
https://github.com/ucloud/iotstack-driver-sdk-python.git
synced 2025-04-25 13:48:50 +08:00
update pack
This commit is contained in:
parent
bbc8792eff
commit
44f73c8ee0
@ -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 .
|
||||
|
@ -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 .
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user