You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit significantly enhances the setup instructions specifically
for Raspberry Pi users in the README.md file. The updates aim to provide
clearer, more detailed, and step-by-step guidance for setting up the
project on Raspberry Pi environments, especially addressing issues
related to dependencies and configurations.
Key Changes:
1. **Added Pre-requisites Section**: Introduced a new section detailing
the pre-requisites for setting up the project on Raspberry Pi. This
includes using Raspberry Pi OS Bullseye for better compatibility and
the necessary library installations for `opencv-python`.
2. **Updated Repository Prioritization**: Instructions have been
provided to modify `pyproject.toml` to prioritize the piwheels
repository over PyPI for more reliable and faster package
installations specific to the Raspberry Pi.
3. **Cleaner Documentation Structure**: Organized the Raspberry Pi
section into a more readable and step-by-step format, making it
easier for users to follow and apply the instructions.
This update to the README.md ensures that users attempting to set up the
project on Raspberry Pi have all the necessary information at their
disposal, reducing setup issues and enhancing the overall user
experience on such devices.
Copy file name to clipboardexpand all lines: README.md
+73-8
Original file line number
Diff line number
Diff line change
@@ -39,16 +39,82 @@ The ability to develop, test and debug the launcher and facial recognition funct
39
39
```
40
40
41
41
1. Raspberry Pi:
42
-
Most likely you will run into `KeyRing` errors when installing over ssh on raspberry pi.
43
42
44
-
To get around it:
43
+
1. Pre-requisites:
44
+
For faster and reliable install, use [Raspberry Pi OS Bullseye](https://downloads.raspberrypi.com/raspios_oldstable_armhf/images/raspios_oldstable_armhf-2023-12-06/2023-12-05-raspios-bullseye-armhf.img.xz).
45
+
Binary wheels packages are available for `opencv-python` only for Bullseye currently. See [pi wheels/opencv-python wheel](https://www.piwheels.org/project/opencv-python/)
0 commit comments