summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormanasiyadav2021-08-29 16:07:08 +0530
committermanasiyadav2021-08-29 16:07:08 +0530
commite569f61f0e3228d8d8533fc809bc2098cdbea499 (patch)
tree2c42f8e5bb247701863b03fc7293b8e4084c164b
parente6f48f5b1bf22a1d048b44ed4416b4315a461306 (diff)
downloadeSim-e569f61f0e3228d8d8533fc809bc2098cdbea499.tar.gz
eSim-e569f61f0e3228d8d8533fc809bc2098cdbea499.tar.bz2
eSim-e569f61f0e3228d8d8533fc809bc2098cdbea499.zip
Updated Readme.md to Specify PyQt5 version
Modified by Manasi Yadav, Sumanto Kar on 17.08.2021 Specified the version of PyQt5 to be installed. The Bluetooth API module implemented into the existing version of PyQt5 is not supported by the Windows 8 OS, due to which eSim 2.1 crashes in Windows 8. To fix this, PyQt5 is downgraded to a version lower than 5.10 i.e. 5.9.2.
-rw-r--r--Windows/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Windows/README.md b/Windows/README.md
index 62701f6c..93d93c2d 100644
--- a/Windows/README.md
+++ b/Windows/README.md
@@ -35,7 +35,7 @@ It contains all the documentation for making eSim executable (using PyInstaller)
$ pip install matplotlib==3.0.3
$ pip install tornado
$ pip install setuptools
- $ pip install PyQt5
+ $ pip install PyQt5==5.9.2
$ pip install pypiwin32
7. Test whether only eSim dependencies are available or not: