Ver Fonte

install script

Alex Cheema há 1 ano atrás
pai
commit
fbbb45c37e
1 ficheiros alterados com 5 adições e 0 exclusões
  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 .