ソースを参照

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