Quellcode durchsuchen

Update Makefile

Lutz Roeder vor 5 Jahren
Ursprung
Commit
d939852c12
1 geänderte Dateien mit 1 neuen und 2 gelöschten Zeilen
  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