PiSupply / PaPiRus

Resources for PaPiRus ePaper eInk displays
https://www.pi-supply.com/product/papirus-epaper-eink-screen-hat-for-raspberry-pi/
Other
346 stars 88 forks source link

Installation is broken #31

Closed doody closed 8 years ago

doody commented 8 years ago

Hi,

I found that setup.py have a typo on which will cause install failed

scripts=['bin/papirus-clear', 'bin/papirus-write', 'bin/papirus-set', 'bin/papirus-gol', 'bin/papirus-clock', 'bin/papirus-config', 'bin/papirus-setup', 'bin/papirus-draw', 'bin/papirus-set', 'bin/papirus-tmp']

the last one should be 'bin/papirus-temp'

or

change the filename from papirus-temp to papirus-tmp

Doody

shawaj commented 8 years ago

Just fixed this with PR #29