Browse Source

Added Python3 Virtual Environment

  Added pyusb and pyserial
david 3 years ago
parent
commit
b354475e98
2 changed files with 6 additions and 0 deletions
  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