You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lessons/intro/pyqt/index.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ Pokud budete používat svůj počítač, prosíme vás o instalaci již předem
16
16
17
17
### PyQt5
18
18
19
-
Pokud máte Python 3.5 a jednu z platforem, pro které je připraven [wheel na PyPI](https://pypi.org/project/PyQt5/), stačí udělat:
19
+
Pokud máte Python alespoň 3.5 a jednu z platforem, pro které je připraven [wheel na PyPI](https://pypi.org/project/PyQt5/), stačí udělat:
20
20
21
21
```console
22
22
(__venv__) $ python -m pip install --upgrade pip
@@ -36,7 +36,8 @@ Pokud nic z toho nepomůže, můžete zkusit přeložit PyQt5 ze [zdrojových so
36
36
37
37
*První aplikace* níže by vám měla fungovat.
38
38
39
-
Pokud narazíte na chybu `Could not find or load the Qt platform plugin "xcb"`, podívejte se do [naší issue](https://github.com/cvut/MI-PYT/issues/57).
39
+
> [note]
40
+
> Pokud narazíte na chybu `Could not find or load the Qt platform plugin "xcb"`, podívejte se do [naší issue](https://github.com/cvut/MI-PYT/issues/57).
0 commit comments