From 233fcc305b5b42974ec9a642a3bec7e8f251757d Mon Sep 17 00:00:00 2001 From: Lucas Brown <54835354+imlucasbrown@users.noreply.github.com> Date: Mon, 25 Nov 2024 08:06:33 -0600 Subject: [PATCH] Updated CONTRIBUTING.md to be accurate for Py3 and PySide6 --- CONTRIBUTING.md | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f743eb2..6de1fec 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -85,14 +85,9 @@ Conda is best installed via [miniconda](https://docs.conda.io/en/latest/minicond ``` ## Dependencies -- Python 2.7 +- Python 3.9 - [Qt.py](https://github.com/mottosso/Qt.py) - - [PySide2](https://wiki.qt.io/Qt_for_Python) 5.6 (Python 2) - - `pip install -e ` - -- Python 3.7 - - [Qt.py](https://github.com/mottosso/Qt.py) - - [PySide2](https://wiki.qt.io/Qt_for_Python) 5.11.1 (Python 3) + - [PySide6](https://doc.qt.io/qtforpython-6/gettingstarted.html) - `pip install -e ` ## Changelog syntax