Kaynağa Gözat

Added Python3 Virtual Environment

  Added pyusb and pyserial
david 3 yıl önce
ebeveyn
işleme
b354475e98
2 değiştirilmiş dosya ile 6 ekleme ve 0 silme
  1. 3 0
      .gitignore
  2. 3 0
      required.txt

+ 3 - 0
.gitignore

@@ -0,0 +1,3 @@
+env/
+__pycache__/
+

+ 3 - 0
required.txt

@@ -0,0 +1,3 @@
+pkg-resources==0.0.0
+pyserial==3.5
+pyusb==1.1.1