summaryrefslogtreecommitdiff
path: root/Windows
diff options
context:
space:
mode:
authormanasiyadav2021-08-29 14:43:23 +0530
committermanasiyadav2021-08-29 14:43:23 +0530
commite2e9b2737d76848317741c6ae6f9bffd467341f7 (patch)
tree0e28bbfd16437b0e196a04014cf59f6b85b17098 /Windows
parent774d1a1100634b3d64b20f3b87f8ac453f3d58dc (diff)
downloadnghdl-e2e9b2737d76848317741c6ae6f9bffd467341f7.tar.gz
nghdl-e2e9b2737d76848317741c6ae6f9bffd467341f7.tar.bz2
nghdl-e2e9b2737d76848317741c6ae6f9bffd467341f7.zip
Updated Readme.md
Specified the version of PyQt5 to be installed. The Bluetooth API module implemented in 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.
Diffstat (limited to 'Windows')
-rw-r--r--Windows/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Windows/README.md b/Windows/README.md
index c01c147..e39270e 100644
--- a/Windows/README.md
+++ b/Windows/README.md
@@ -33,7 +33,7 @@ It contains all the documentation for making NGHDL executable (using PyInstaller
$ pip install pyinstaller
$ pip install setuptools
- $ pip install PyQt5
+ $ pip install PyQt5==5.9.2
7. Test whether only NGHDL dependencies are available or not: