소스 검색

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