Kaynağa Gözat

install script

Alex Cheema 1 yıl önce
ebeveyn
işleme
fbbb45c37e
1 değiştirilmiş dosya ile 5 ekleme ve 0 silme
  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 .