Browse Source

Add dependencies to setup.py

missionfloyd 4 years ago
parent
commit
d1c4b36398
1 changed files with 6 additions and 0 deletions
  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'
+    ],
 )