浏览代码

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'
+    ],
 )