blob: e200d84fc18709971171f09bfee87ef50460ef0e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
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
|