Skip to content

Commit 58a4759

Browse files
authored
Update README.md
1 parent 1bca24f commit 58a4759

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@ It is a simple python script, based on https://github.com/ag91/M365-IMAP and htt
3131
pip install keyring PyQt6 PyQt6-WebEngine
3232
```
3333

34-
**NOTE: DUE TO A [BUG](https://bugreports.qt.io/plugins/servlet/mobile#issue/QTBUG-135786) IN pyqt6.9, THE AUTHENTICATION METHOD IS BROKEN FOR THIS PROJECT. APPARENTLY, IT HAD AFFECTED MANY qt6 BASED PROJECTS [SEE THIS](https://github.com/qutebrowser/qutebrowser/issues/8535). TILL THEN, INSTALL AN OLDER VERSION OF `PyQt6` and `PyQt6-WebEngine` by running:
34+
**NOTE: DUE TO A [BUG](https://bugreports.qt.io/plugins/servlet/mobile#issue/QTBUG-135786) IN qt 6.9, THE AUTHENTICATION METHOD IS BROKEN FOR THIS PROJECT. APPARENTLY, IT HAD AFFECTED MANY qt6 BASED PROJECTS [(SEE THIS)](https://github.com/qutebrowser/qutebrowser/issues/8535). TILL THEN, INSTALL AN OLDER VERSION OF `PyQt6` and `PyQt6-WebEngine` by running:
3535

36-
```
37-
bash
38-
pip install PyQt6==6.8.1 PyQt6-WebEngine==6.8.0
39-
```
36+
```
37+
bash
38+
pip install PyQt6==6.8.1 PyQt6-WebEngine==6.8.0
39+
```
4040

4141
- For **Outlook**, you also need to install these modules:
4242

0 commit comments

Comments
 (0)