st7789-python icon indicating copy to clipboard operation
st7789-python copied to clipboard

Package doesn't declare dependencies

Open tilusnet opened this issue 3 years ago • 2 comments

This package should declare all library dependencies. I don't think it does. Eg: spidev, numpy, etc. won't get installed if someone installs this library.

tilusnet avatar May 10 '22 21:05 tilusnet

In https://github.com/pimoroni/pirate-audio there is an entry for that. Missing here though.

sudo apt-get update
sudo apt-get install python-rpi.gpio python-spidev python-pip python-pil python-numpy

cpietsch avatar Oct 17 '22 10:10 cpietsch

Not sure if this is necessary but the explicitly python3 version of that is

sudo apt-get install python3-rpi.gpio python3-spidev python3-pip python3-pil python3-numpy

johnbchron avatar Nov 02 '22 04:11 johnbchron