瀏覽代碼

Update Makefile

Lutz Roeder 5 年之前
父節點
當前提交
2b8d81d37e
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      Makefile

+ 4 - 0
Makefile

@@ -36,6 +36,10 @@ build_python: install
 	python -m pip install --user wheel
 	python ./setup.py build --version bdist_wheel
 
+install_python: build_python
+	pip uninstall --yes netron
+	pip install dist/dist/*.whl
+
 build_electron: install
 	CSC_IDENTITY_AUTO_DISCOVERY=false npx electron-builder --mac --universal --publish never
 	npx electron-builder --win --publish never