Skip to content

Commit c44bc4a

Browse files
authored
Fix pyqt conda isntall instruction (#386)
1 parent 3e3f046 commit c44bc4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/usage/installation.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@ pip install magicgui[pyside2]
3232
3333
or with conda:
3434
```bash
35-
conda install -c conda-forge magicgui pyqt5
35+
conda install -c conda-forge magicgui pyqt
3636
```
3737
````

0 commit comments

Comments
 (0)