This website works better with JavaScript
Inicio
Explorar
Ayuda
Registro
Iniciar sesión
lqb
/
exo
espejo de
https://github.com/exo-explore/exo
Seguir
1
Destacar
0
Fork
0
Archivos
Incidencias
0
Wiki
Explorar el Código
always install interactively
Alex Cheema
hace 7 meses
padre
be9f2e7915
commit
fc65765be0
Se han
modificado 1 ficheros
con
1 adiciones
y
1 borrados
Dividir vista
Mostrar estadísticas de diff
1
1
install.sh
+ 1
- 1
install.sh
Ver fichero
@@ -2,4 +2,4 @@
python3 -m venv .venv
source .venv/bin/activate
-pip install .
+pip install
-e
.