8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 744570b + a351d6d commit 05d4d63Copy full SHA for 05d4d63
build-all.cmd
@@ -1,4 +1,9 @@
1
cd .\libraries\botbuilder-schema\
2
-python .\setup.py install
+python .\setup.py bdist_wheel
3
+pip install .\dist\microsoft_botbuilder_schema-4-py2.p3-none-any.whl
4
cd ..\botframework-connector\
5
6
+pip install .\dist\microsoft_botframework_connector-3-py2.py3-none-any.whl
7
+cd ..\botbuilder\
8
9
+pip install .\dist\microsoft_botbuilder-4.0.0a0-py3-none-any.whl
0 commit comments