macOS 15.1 Sequoia
Python 3.13.0
PySide6 6.8.0.2
mysql-connector-python 9.1.0
pyenv
1. Create Project Folder
moneymate-macos
2. Create a virtual env with a Python version
Open Terminal at Folder
pyenv virtualenv 3.13.0 moneymate-macos
3. List versions of virtual environments:
pyenv versions
4. Activate a virtual version:
pyenv activate moneymate-macos
5. Open Project wth VScode
Select interpreter
6. Install Packages
pip install