Skip to content

Commit

Permalink
Updated CONTRIBUTING.md to be accurate for Py3 and PySide6
Browse files Browse the repository at this point in the history
  • Loading branch information
ImLucasBrown committed Nov 25, 2024
1 parent 7ab4fb6 commit 233fcc3
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <path to nxt core clone>`

- 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 <path to nxt core clone>`

## Changelog syntax
Expand Down

0 comments on commit 233fcc3

Please sign in to comment.