diff options
-rw-r--r-- | Windows/README.md | 2 |
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:
|