1 Introduction
Kerem Yollu edited this page 1 year ago
This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

#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´´´