This website works better with JavaScript
Página Principal
Explorar
Ajuda
Registe-se
Iniciar Sessão
lqb
/
exo
mirror de
https://github.com/exo-explore/exo
Vigiar
1
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Wiki
Ver Fonte
install script
Alex Cheema
há 1 ano atrás
pai
3778301b47
commit
fbbb45c37e
1 ficheiros alterados
com
5 adições
e
0 exclusões
Visão Dividida
Mostrar Estatísticas Diff
5
0
install.sh
+ 5
- 0
install.sh
Ver Ficheiro
@@ -0,0 +1,5 @@
+#!/bin/bash
+
+python3 -m venv .venv
+source .venv/bin/activate
+pip install .