Skip to content

Commit

Permalink
add note and change pyside test ver
Browse files Browse the repository at this point in the history
  • Loading branch information
tlambert03 committed Sep 26, 2024
1 parent b277626 commit 54aa393
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- python-version: "3.11"
platform: ubuntu-latest
backend: pyqt5
- python-version: "3.10"
- python-version: "3.11"
platform: windows-latest
backend: pyside2

Expand Down
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,11 @@ You can install `napari-micromanager` via [pip]:

pip install napari-micromanager

You will also need a Qt backend such as PySide2/6, or PyQt5/6. If you've previously installed napari
into this environment with `pip install napari[all]`, then you will likely already have it. If not,
you will also need to install a Qt backend of your choice:
You will also need a Qt backend such as PySide2/6, or PyQt5/6. **PyQt is
preferred and receives more testing**. If you've previously installed napari
into this environment with `pip install napari[all]`, then you will likely
already have it. If not, you will also need to install a Qt backend of your
choice:

pip install pyqt5 # or any of {pyqt5, pyqt6, pyside2, pyside6}

Expand Down

0 comments on commit 54aa393

Please sign in to comment.