mirror of
https://github.com/ucloud/iotstack-driver-sdk-python.git
synced 2025-04-28 13:48:54 +08:00
update pack
This commit is contained in:
parent
bbc8792eff
commit
44f73c8ee0
@ -6,7 +6,7 @@ fi
|
|||||||
mkdir tmp
|
mkdir tmp
|
||||||
cp index.py tmp/
|
cp index.py tmp/
|
||||||
cd 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 .
|
zip -r demo.zip .
|
||||||
cd ..
|
cd ..
|
||||||
cp tmp/demo.zip .
|
cp tmp/demo.zip .
|
||||||
|
@ -8,7 +8,7 @@ mkdir tmp
|
|||||||
cp index.py tmp
|
cp index.py tmp
|
||||||
|
|
||||||
cd 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/ #打包自己的依赖
|
pip3 install -t . tornado -i https://mirrors.aliyun.com/pypi/simple/ #打包自己的依赖
|
||||||
zip -r ws.zip .
|
zip -r ws.zip .
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user