There was an error while loading. Please reload this page.
1 parent 542be6e commit a2cc141Copy full SHA for a2cc141
2 files changed
build.bat
@@ -56,6 +56,7 @@ python -m ensurepip
56
python -m pip install poetry poetry-pyinstaller-plugin pyinstaller
57
58
cd hvcc
59
+pip install -e .
60
poetry build
61
cd ..
62
build.sh
@@ -222,6 +222,7 @@ python3 -m ensurepip
222
python3 -m pip install poetry poetry-pyinstaller-plugin pyinstaller
223
224
pushd hvcc
225
226
227
popd
228
0 commit comments