浏览代码

Added Python3 Virtual Environment

  Added pyusb and pyserial
david 3 年之前
父节点
当前提交
b354475e98
共有 2 个文件被更改,包括 6 次插入0 次删除
  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