Explorar el Código

always install interactively

Alex Cheema hace 7 meses
padre
commit
fc65765be0
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      install.sh

+ 1 - 1
install.sh

@@ -2,4 +2,4 @@
 
 python3 -m venv .venv
 source .venv/bin/activate
-pip install .
+pip install -e .