Browse Source

Update Makefile

Lutz Roeder 5 years ago
parent
commit
d939852c12
1 changed files with 1 additions and 2 deletions
  1. 1 2
      Makefile

+ 1 - 2
Makefile

@@ -37,8 +37,7 @@ build_python: install
 	python ./setup.py build --version bdist_wheel
 
 install_python: build_python
-	pip uninstall --yes netron
-	pip install dist/dist/*.whl
+	pip install --force-reinstall --quiet dist/dist/*.whl
 
 build_electron: install
 	CSC_IDENTITY_AUTO_DISCOVERY=false npx electron-builder --mac --universal --publish never