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