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: README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,14 @@
1
1
# Window_frame
2
2
**RUS:** Window_frame это не из лучших реализаий стилизованых окон для ваших работ в дальнейшем планируется обновления!
3
+
3
4
**ENG:** Window_frame is not one of the best implementations of styled windows for your work, but updates are planned in the future!
4
5
# Как установить?
5
6
**RUS:** Установите самое последнее обновление программы
6
7
введите "win + r" и в строке cmd в появившийся консоли введите команду
7
8
pip install PyQt5
8
9
**ИЛИ**
9
10
pip install PyQt6
11
+
10
12
**ENG:** Install the latest program update
11
13
type "win + r" and in the cmd line in the console that appears, type the command
12
14
pip install PyQt5
@@ -15,5 +17,6 @@ pip install PyQt6
15
17
# ОБЯЗАТЕЛЬНО
16
18
**RUS:** Вам надо знать что если у вас ничего не работает скорее всего виновником является ваш ОС **или** неустановленый Python последний версии
17
19
Проверьте свой Python на наличие обновлений
20
+
18
21
**ENG:** You need to know that if you don't have anything working, your OS is most likely the culprit **or** you don't have the latest version of Python installed
0 commit comments