Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information