Closed helgibbons closed 2 years ago
pip3 install inky[rpi,fonts] did not seem to be grabbing the necessary fonts for the examples, but pip3 install inky[rpi,example-depends] looks to do the job!
pip3 install inky[rpi,fonts]
pip3 install inky[rpi,example-depends]
Thank you, looks like this got missed when the packaging was changed!
pip3 install inky[rpi,fonts]
did not seem to be grabbing the necessary fonts for the examples, butpip3 install inky[rpi,example-depends]
looks to do the job!