initiated venv, installed FreeSimpleGUI and PySerial

This commit is contained in:
2025-10-22 17:20:59 +03:00
parent 434f9c0df3
commit f921bec1c3
1510 changed files with 218990 additions and 27193 deletions

8
.venv/bin/pip3 Executable file
View File

@ -0,0 +1,8 @@
#!/home/feda/MIPT/RadioPhotonic_Subserface_radar/Generator_PCB/Python_GUI/.venv/bin/python
# -*- coding: utf-8 -*-
import re
import sys
from pip._internal.cli.main import main
if __name__ == '__main__':
sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0])
sys.exit(main())