소스 검색

Add dependencies to setup.py

missionfloyd 4 년 전
부모
커밋
d1c4b36398
1개의 변경된 파일6개의 추가작업 그리고 0개의 파일을 삭제
  1. 6 0
      RaspberryPi_JetsonNano/python/setup.py

+ 6 - 0
RaspberryPi_JetsonNano/python/setup.py

@@ -6,5 +6,11 @@ setup(
     author='Waveshare',
     package_dir={'': 'lib'},
     packages=['waveshare_epd'],
+    install_requires=[
+        'RPi.GPIO',
+        'spidev',
+        'Pillow',
+        'numpy'
+    ],
 )