diff options
| author | Stijn Buys <ingar@telenet.be> | 2022-02-27 12:07:36 +0100 |
|---|---|---|
| committer | Stijn Buys <ingar@telenet.be> | 2022-02-27 12:07:36 +0100 |
| commit | 00717f8dfbf363e1e2b6a5cfc00f0f265bbdb9b2 (patch) | |
| tree | 97cadc8e62e1d610931d8504e1cdbcad522d5b63 /README.md | |
| parent | ba5673c7e1c4c2334adecd44e75ab9d1e9ba0183 (diff) | |
Added global README.
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 36 |
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 + |
