Skip to content

Commit 9c1482f

Browse files
committed
Changes to readme.md to fix the installation guide
1 parent 78327d9 commit 9c1482f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ You as a user need to specify the Qt package you want to use. Please check [qtpy
1313

1414

1515
``` bash
16-
pip3 install pyqtlet2[PyQt5]
16+
pip3 install "pyqtlet2[PyQt5]"
1717
# or
18-
pip3 install pyqtlet2[PySide6]
18+
pip3 install "pyqtlet2[PySide6]"
1919
```
2020

2121
If you have multiple Qt bindings installed in your environment, please specify the necessary environment variable inside your code.

0 commit comments

Comments
 (0)