Explorar el Código

Add dependencies to setup.py

missionfloyd hace 4 años
padre
commit
d1c4b36398
Se han modificado 1 ficheros con 6 adiciones y 0 borrados
  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'
+    ],
 )