diff options
author | Rahul P | 2022-01-12 17:50:17 +0530 |
---|---|---|
committer | GitHub | 2022-01-12 17:50:17 +0530 |
commit | 3c04d69a854ecaf660dc990ccebe40408d5e67b1 (patch) | |
tree | 0e28bbfd16437b0e196a04014cf59f6b85b17098 /Windows | |
parent | 774d1a1100634b3d64b20f3b87f8ac453f3d58dc (diff) | |
parent | e2e9b2737d76848317741c6ae6f9bffd467341f7 (diff) | |
download | nghdl-3c04d69a854ecaf660dc990ccebe40408d5e67b1.tar.gz nghdl-3c04d69a854ecaf660dc990ccebe40408d5e67b1.tar.bz2 nghdl-3c04d69a854ecaf660dc990ccebe40408d5e67b1.zip |
Merge pull request #73 from manasiyadav/Updated-Readme.md
Diffstat (limited to 'Windows')
-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:
|