An open API service indexing awesome lists of open source software.

https://github.com/cheeplusplus/resin-papirus-rpi

python image with papirus compiled for raspi1 on resin.io
https://github.com/cheeplusplus/resin-papirus-rpi

Last synced: about 2 months ago
JSON representation

python image with papirus compiled for raspi1 on resin.io

Awesome Lists containing this project

README

        

This library compiles [PaPiRus](https://github.com/PiSupply/PaPiRus) into the [resin](https://resin.io/) Docker container for the Raspberry Pi 1/Zero.

To use this docker image, inherit from it.

```
FROM andrewneo/resin-papirus-rpi:1.0

WORKDIR /app
ADD . /app

CMD ["python3", "main.py"]
```