We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccc33cb commit c47eb6aCopy full SHA for c47eb6a
README.md
@@ -22,10 +22,12 @@ Tested on Raspberry Pi 4 Model B (8 GB).
22
23
### Supported OS
24
25
-* Raspberry Pi OS Bullseye (32-bit)
+* Raspberry Pi OS Bullseye (32-bit and 64-bit)
26
27
## Install
28
29
+* 32-bit:
30
+
31
```shell
32
wget https://github.com/prepkg/libfacedetection-raspberrypi/releases/latest/download/libfacedetection.deb
33
```
@@ -34,6 +36,16 @@ wget https://github.com/prepkg/libfacedetection-raspberrypi/releases/latest/down
34
36
sudo apt install -y ./libfacedetection.deb
35
37
38
39
+* 64-bit:
40
41
+```shell
42
+wget https://github.com/prepkg/libfacedetection-raspberrypi/releases/latest/download/libfacedetection_64.deb
43
+```
44
45
46
+sudo apt install -y ./libfacedetection_64.deb
47
48
49
## Uninstall
50
51
0 commit comments