From 00717f8dfbf363e1e2b6a5cfc00f0f265bbdb9b2 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Sun, 27 Feb 2022 12:07:36 +0100 Subject: Added global README. --- README.md | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..e200d84 --- /dev/null +++ b/README.md @@ -0,0 +1,36 @@ +# Charmpi installation notes + +## Python 3 and utilities + +``` +pacman -S python pip python-setuptools gpio-utils +``` + +## Python 3 packages + +``` +pacman -S python-sysv_ipc python-periphery +``` + +## AUR packages + +https://aur.archlinux.org/packages/python-rpi-gpio + +package doesn't build, edit it to build the latest stable (0.7 at time of writing) + +## pip packages + +``` +pip install rpi_ws281x adafruit-circuitpython-neopixel +``` + +## Additional software + +### MotionEYE + +https://github.com/ccrisan/motioneye/wiki + +### AllSky camera + +https://github.com/thomasjacquin/allsky + -- cgit v1.2.3