1
0
Alex Cheema 1 жил өмнө
parent
commit
fbbb45c37e
1 өөрчлөгдсөн 5 нэмэгдсэн , 0 устгасан
  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 .