Last modified by root_xwiki on 2025/10/30 07:12

From version 2.1
edited by root_xwiki
on 2025/10/30 07:12
Change comment: There is no comment for this version
To version 1.3
edited by root_xwiki
on 2025/10/30 07:11
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -51,34 +51,14 @@
51 51  == Шаг 2: Установка зависимостей
52 52  \\ ==
53 53  
54 -**Windows:**
54 +Создайте файл requirements.txt со следующим содержимым:
55 55  
56 -{{{text}}}
56 +{{{
57 + }}}
57 57  
58 -pip install PyQt5==5.15.10 pandas==2.1.3 openpyxl==3.1.2 ldap3==2.9.1
59 59  
60 -**Linux/macOS:**
60 +text
61 61  
62 -{{{bash}}}
63 -
64 -pip3 install PyQt5==5.15.10 pandas==2.1.3 openpyxl==3.1.2 ldap3==2.9.1
65 -
66 -**Или без указания версий (установит последние):**
67 -
68 -{{{bash}}}
69 -
70 -pip install PyQt5 pandas openpyxl ldap3
71 -
72 -**С использованием python -m pip (если pip недоступен напрямую):**
73 -
74 -{{{bash}}}
75 -
76 -python -m pip install PyQt5==5.15.10 pandas==2.1.3 openpyxl==3.1.2 ldap3==2.9.1
77 -
78 -Создайте файл requirements.txt со следующим содержимым:
79 -
80 -{{{text}}}
81 -
82 82  PyQt5==5.15.10 pandas==2.1.3 openpyxl==3.1.2 ldap3==2.9.1
83 83  
84 84  Установите зависимости одной командой: