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
install script
Alex Cheema
1 anno fa
parent
3778301b47
commit
fbbb45c37e
1 ha cambiato i file
con
5 aggiunte
e
0 eliminazioni
Visualizzazione separata
Mostra Diff Stats
5
0
install.sh
+ 5
- 0
install.sh
Vedi File
@@ -0,0 +1,5 @@
+#!/bin/bash
+
+python3 -m venv .venv
+source .venv/bin/activate
+pip install .