This website works better with JavaScript
Home
Esplora
Aiuto
Registrati
Accedi
lqb
/
exo
mirror da
https://github.com/exo-explore/exo
Segui
1
Vota
0
Forka
0
File
Problemi
0
Wiki
Sfoglia il codice sorgente
always install interactively
Alex Cheema
7 mesi fa
parent
be9f2e7915
commit
fc65765be0
1 ha cambiato i file
con
1 aggiunte
e
1 eliminazioni
Visualizzazione separata
Mostra Diff Stats
1
1
install.sh
+ 1
- 1
install.sh
Vedi File
@@ -2,4 +2,4 @@
python3 -m venv .venv
source .venv/bin/activate
-pip install .
+pip install
-e
.