commit dd1ae7ea3e6f8976eaf63f6eed3ccb9b48b7b938 Author: Kerem Yollu Date: Mon May 6 09:18:22 2024 +0200 Add 'Introduction' diff --git a/Introduction.md b/Introduction.md new file mode 100644 index 0000000..01a2d2f --- /dev/null +++ b/Introduction.md @@ -0,0 +1,12 @@ + + +#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´´´ +