#Installing qtpyvcp https://www.qtpyvcp.com/install/pypi_install.html ##Preparing eviroment for installing : ´´´sudo apt install python3-pip´´´ ´´´sudo apt install python3.11-venv´´´ ´´´cd ~´´´ ´´´mkdir python´´´ ´´´python3 -m venv python/´´´ ´´´source python/bin/activate´´´