summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md36
1 files changed, 36 insertions, 0 deletions
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
+