Selaa lähdekoodia

Add dependencies to setup.py

missionfloyd 4 vuotta sitten
vanhempi
sitoutus
d1c4b36398
1 muutettua tiedostoa jossa 6 lisäystä ja 0 poistoa
  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'
+    ],
 )