0
0
mirror of https://github.com/bec-project/bec_widgets.git synced 2025-07-13 19:21:50 +02:00

feat(qt5): dropped support for qt5; pyside2 and pyqt5

This commit is contained in:
2024-07-06 10:05:32 +02:00
parent 03819a3d90
commit fadbf77866
8 changed files with 16 additions and 25 deletions

View File

@ -16,10 +16,10 @@ To install BEC Widgets using the pip package manager, execute the following comm
pip install 'bec_widgets[pyqt6]'
```
In case you want to use PyQt5, you can install it by using the following command:
In case you want to use Pyside6, you can install it by using the following command:
```bash
pip install 'bec_widgets[pyqt5]'
pip install 'bec_widgets[pyside6]'
```
**Troubleshooting**