Setting up software with Raspberry Pi5

Hi, I used Raspberry Pi5 to set up the software, here are my commands and tutorials:

sudo apt-get update
sudo apt-get install qt5-default
sudo apt-get install qtcreator
sudo rm /var/lib/apt/lists/lock
sudo apt-get update
sudo apt-get install python3-pip
sudo apt-get install python3-pyqtgraph
sudo apt-get install python3-pyqt5
sudo apt-get install git
git clone https://github.com/hongquanli/octopi-research.git
sudo apt-install python3-(package_name) #qtpy;pandas;imageio;opencv;tifffile
pip install (package_name)--break-system-packages #pyserial ; crc==1.3.0

For the camera driver, refer to the ARM version tutorials. Avoid using conda environments for installation as they may introduce bugs. Do you have any suggestions and experience to share?