Last login: Fri Jun 28 23:26:40 on ttys001
berna@Bernas-M1-MacBook-Pro Interface % source venv/bin/activate
(venv) berna@Bernas-M1-MacBook-Pro Interface % pip list
Package   Version
--------- -------
pip       24.0
PyQt6     6.7.0
PyQt6-Qt6 6.7.2
PyQt6-sip 13.6.0
pyserial  3.5

[notice] A new release of pip is available: 24.0 -> 24.1.1
[notice] To update, run: pip install --upgrade pip
(venv) berna@Bernas-M1-MacBook-Pro Interface % pip install PyQt6 pyserial
Requirement already satisfied: PyQt6 in ./venv/lib/python3.12/site-packages (6.7.0)
Requirement already satisfied: pyserial in ./venv/lib/python3.12/site-packages (3.5)
Requirement already satisfied: PyQt6-sip<14,>=13.6 in ./venv/lib/python3.12/site-packages (from PyQt6) (13.6.0)
Requirement already satisfied: PyQt6-Qt6<6.8.0,>=6.7.0 in ./venv/lib/python3.12/site-packages (from PyQt6) (6.7.2)

[notice] A new release of pip is available: 24.0 -> 24.1.1
[notice] To update, run: pip install --upgrade pip
(venv) berna@Bernas-M1-MacBook-Pro Interface % python App.py