Explorar o código

install script

Alex Cheema hai 1 ano
pai
achega
fbbb45c37e
Modificáronse 1 ficheiros con 5 adicións e 0 borrados
  1. 5 0
      install.sh

+ 5 - 0
install.sh

@@ -0,0 +1,5 @@
+#!/bin/bash
+
+python3 -m venv .venv
+source .venv/bin/activate
+pip install .