Skip to content

Commit

Permalink
Changes to readme.md to fix the installation guide
Browse files Browse the repository at this point in the history
  • Loading branch information
JaWeilBaum committed Mar 6, 2022
1 parent 78327d9 commit 9c1482f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ You as a user need to specify the Qt package you want to use. Please check [qtpy


``` bash
pip3 install pyqtlet2[PyQt5]
pip3 install "pyqtlet2[PyQt5]"
# or
pip3 install pyqtlet2[PySide6]
pip3 install "pyqtlet2[PySide6]"
```

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

0 comments on commit 9c1482f

Please sign in to comment.