This website works better with JavaScript
Inicio
Explorar
Axuda
Rexistro
Iniciar sesión
lqb
/
exo
réplica de
https://github.com/exo-explore/exo
Seguir
1
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Wiki
Explorar o código
install script
Alex Cheema
hai 1 ano
pai
3778301b47
achega
fbbb45c37e
Modificáronse 1 ficheiros
con
5 adicións
e
0 borrados
Dividir vista
Mostrar estatísticas de 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 .